mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
KODI_JOYSTICK="--disable-joystick"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPTICAL_DRIVE_SUPPORT" = yes ]; then
|
if [ "$KODI_OPTICAL_SUPPORT" = yes ]; then
|
||||||
KODI_OPTICAL="--enable-optical-drive"
|
KODI_OPTICAL="--enable-optical-drive"
|
||||||
else
|
else
|
||||||
KODI_OPTICAL="--disable-optical-drive"
|
KODI_OPTICAL="--disable-optical-drive"
|
||||||
|
@ -43,7 +43,7 @@ if [ "$MEDIACENTER" = "kodi" ]; then
|
|||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pycrypto"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pycrypto"
|
||||||
|
|
||||||
# Kodi audio encoder addons
|
# Kodi audio encoder addons
|
||||||
if [ "$OPTICAL_DRIVE_SUPPORT" = "yes" ]; then
|
if [ "$KODI_OPTICAL_SUPPORT" = "yes" ]; then
|
||||||
for audioencoder in $KODI_AUDIOENCODER_ADDONS; do
|
for audioencoder in $KODI_AUDIOENCODER_ADDONS; do
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET kodi-audioencoder-$audioencoder"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET kodi-audioencoder-$audioencoder"
|
||||||
done
|
done
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
KODI_SSHLIB_SUPPORT="yes"
|
KODI_SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
# build xbmc with optical drive support (yes / no)
|
# 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
|
# KODI Audio encoders for usage with optical drive support
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -200,7 +200,7 @@
|
|||||||
KODI_SSHLIB_SUPPORT="yes"
|
KODI_SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
# build xbmc with optical drive support (yes / no)
|
# 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
|
# KODI Audio encoders for usage with optical drive support
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -201,7 +201,7 @@
|
|||||||
KODI_SSHLIB_SUPPORT="yes"
|
KODI_SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
# build xbmc with optical drive support (yes / no)
|
# 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
|
# KODI Audio encoders for usage with optical drive support
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user