From a0677c63786d96bb645f5de11a7cac8aef484b28 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 9 Nov 2014 12:28:55 +0100 Subject: [PATCH] projects/*/options: rename $NONFREE_SUPPORT to $KODI_NONFREE_SUPPORT Signed-off-by: Stephan Raue --- config/functions | 2 +- packages/mediacenter/kodi/package.mk | 2 +- projects/Generic/options | 2 +- projects/RPi/options | 2 +- projects/imx6/options | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/functions b/config/functions index 0e46a557fe..f6faf34f69 100644 --- a/config/functions +++ b/config/functions @@ -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 diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index 085b4495ff..3f30d89516 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -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 diff --git a/projects/Generic/options b/projects/Generic/options index f87f1551f3..13cc065b58 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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" diff --git a/projects/RPi/options b/projects/RPi/options index 4f0d302412..31591133c3 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -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" diff --git a/projects/imx6/options b/projects/imx6/options index 7a4125b37a..c51659122a 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -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"