mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/*/options: rename $OPTICAL_DRIVE_SUPPORT to $KODI_OPTICAL_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
89aabaaf9f
commit
04600bf444
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user