projects/*/options: rename $DVDCSS_SUPPORT to $KODI_DVDCSS_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:29:44 +01:00
parent a0677c6378
commit fb231f9b36
5 changed files with 5 additions and 5 deletions

View File

@ -409,7 +409,7 @@ fi
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 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
config_message="$config_message\n - Include Skin:\t\t\t $config_skin"

View File

@ -170,7 +170,7 @@ else
KODI_NONFREE="--disable-non-free"
fi
if [ "$DVDCSS_SUPPORT" = yes ]; then
if [ "$KODI_DVDCSS_SUPPORT" = yes ]; then
KODI_DVDCSS="--enable-dvdcss"
else
KODI_DVDCSS="--disable-dvdcss"

View File

@ -172,7 +172,7 @@
# build and install with DVDCSS support
# (DVD decryption support in KODI) (yes / no)
DVDCSS_SUPPORT="yes"
KODI_DVDCSS_SUPPORT="yes"
# additional drivers to install:
# for a list of additinoal drivers see packages/linux-drivers

View File

@ -173,7 +173,7 @@
# build and install with DVDCSS support
# (DVD decryption support in KODI) (yes / no)
DVDCSS_SUPPORT="yes"
KODI_DVDCSS_SUPPORT="yes"
# additional drivers to install:
# for a list of additinoal drivers see packages/linux-drivers

View File

@ -174,7 +174,7 @@
# build and install with DVDCSS support
# (DVD decryption support in KODI) (yes / no)
DVDCSS_SUPPORT="yes"
KODI_DVDCSS_SUPPORT="yes"
# additional drivers to install:
# for a list of additinoal drivers see packages/linux-drivers