mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/options: rename $DVDCSS_SUPPORT to $KODI_DVDCSS_SUPPORT
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f0187ecbfe
commit
89aabaaf9f
@ -409,7 +409,7 @@ fi
|
|||||||
|
|
||||||
config_message="$config_message\n - Kodi version:\t\t\t $MEDIACENTER"
|
config_message="$config_message\n - Kodi version:\t\t\t $MEDIACENTER"
|
||||||
config_message="$config_message\n - Kodi nonfree support:\t\t $KODI_NONFREE_SUPPORT"
|
config_message="$config_message\n - Kodi nonfree support:\t\t $KODI_NONFREE_SUPPORT"
|
||||||
config_message="$config_message\n - Kodi DVDCSS support:\t\t\t $DVDCSS_SUPPORT"
|
config_message="$config_message\n - Kodi DVDCSS support:\t\t\t $KODI_DVDCSS_SUPPORT"
|
||||||
|
|
||||||
for config_skin in $SKINS; do
|
for config_skin in $SKINS; do
|
||||||
config_message="$config_message\n - Include Skin:\t\t\t $config_skin"
|
config_message="$config_message\n - Include Skin:\t\t\t $config_skin"
|
||||||
|
@ -170,7 +170,7 @@ else
|
|||||||
KODI_NONFREE="--disable-non-free"
|
KODI_NONFREE="--disable-non-free"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DVDCSS_SUPPORT" = yes ]; then
|
if [ "$KODI_DVDCSS_SUPPORT" = yes ]; then
|
||||||
KODI_DVDCSS="--enable-dvdcss"
|
KODI_DVDCSS="--enable-dvdcss"
|
||||||
else
|
else
|
||||||
KODI_DVDCSS="--disable-dvdcss"
|
KODI_DVDCSS="--disable-dvdcss"
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
|
|
||||||
# build and install with DVDCSS support
|
# build and install with DVDCSS support
|
||||||
# (DVD decryption support in KODI) (yes / no)
|
# (DVD decryption support in KODI) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
KODI_DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additinoal drivers see packages/linux-drivers
|
||||||
|
@ -173,7 +173,7 @@
|
|||||||
|
|
||||||
# build and install with DVDCSS support
|
# build and install with DVDCSS support
|
||||||
# (DVD decryption support in KODI) (yes / no)
|
# (DVD decryption support in KODI) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
KODI_DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additinoal drivers see packages/linux-drivers
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
|
|
||||||
# build and install with DVDCSS support
|
# build and install with DVDCSS support
|
||||||
# (DVD decryption support in KODI) (yes / no)
|
# (DVD decryption support in KODI) (yes / no)
|
||||||
DVDCSS_SUPPORT="yes"
|
KODI_DVDCSS_SUPPORT="yes"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additinoal drivers see packages/linux-drivers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user