projects/*/options: rename $OPTICAL_DRIVE_SUPPORT to $KODI_OPTICAL_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:31:42 +01:00
parent 89aabaaf9f
commit 04600bf444
5 changed files with 5 additions and 5 deletions

View File

@ -157,7 +157,7 @@ else
KODI_JOYSTICK="--disable-joystick"
fi
if [ "$OPTICAL_DRIVE_SUPPORT" = yes ]; then
if [ "$KODI_OPTICAL_SUPPORT" = yes ]; then
KODI_OPTICAL="--enable-optical-drive"
else
KODI_OPTICAL="--disable-optical-drive"

View File

@ -43,7 +43,7 @@ if [ "$MEDIACENTER" = "kodi" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pycrypto"
# Kodi audio encoder addons
if [ "$OPTICAL_DRIVE_SUPPORT" = "yes" ]; then
if [ "$KODI_OPTICAL_SUPPORT" = "yes" ]; then
for audioencoder in $KODI_AUDIOENCODER_ADDONS; do
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET kodi-audioencoder-$audioencoder"
done

View File

@ -199,7 +199,7 @@
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"
KODI_OPTICAL_SUPPORT="yes"
# KODI Audio encoders for usage with optical drive support
# Space separated list is supported,

View File

@ -200,7 +200,7 @@
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"
KODI_OPTICAL_SUPPORT="yes"
# KODI Audio encoders for usage with optical drive support
# Space separated list is supported,

View File

@ -201,7 +201,7 @@
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"
KODI_OPTICAL_SUPPORT="yes"
# KODI Audio encoders for usage with optical drive support
# Space separated list is supported,