projects/*/options: rename $NONFREE_SUPPORT to $KODI_NONFREE_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:28:55 +01:00
parent 2d2557f31b
commit f0187ecbfe
5 changed files with 5 additions and 5 deletions

View File

@ -408,7 +408,7 @@ fi
config_message="$config_message\n $dashes$dashes"
config_message="$config_message\n - Kodi version:\t\t\t $MEDIACENTER"
config_message="$config_message\n - Kodi nonfree support:\t\t $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"
for config_skin in $SKINS; do

View File

@ -163,7 +163,7 @@ else
KODI_OPTICAL="--disable-optical-drive"
fi
if [ "$NONFREE_SUPPORT" = yes ]; then
if [ "$KODI_NONFREE_SUPPORT" = yes ]; then
# for non-free support
KODI_NONFREE="--enable-non-free"
else

View File

@ -157,7 +157,7 @@
# build and install with non-free support
# (RAR compression support in KODI) (yes / no)
NONFREE_SUPPORT="yes"
KODI_NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"

View File

@ -158,7 +158,7 @@
# build and install with non-free support
# (RAR compression support in KODI) (yes / no)
NONFREE_SUPPORT="yes"
KODI_NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"

View File

@ -159,7 +159,7 @@
# build and install with non-free support
# (RAR compression support in KODI) (yes / no)
NONFREE_SUPPORT="yes"
KODI_NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"