From ad1e4fb8fe1fe574b3d1fbcf80f54b532e7e1d4f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 9 Nov 2014 12:33:03 +0100 Subject: [PATCH] projects/*/options: rename $BLURAY_SUPPORT to $KODI_BLURAY_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 b9eacfa56f..e9cb10044a 100644 --- a/config/functions +++ b/config/functions @@ -343,7 +343,7 @@ show_config() { config_message="$config_message\n - ALSA support:\t\t\t $ALSA_SUPPORT" config_message="$config_message\n - Pulseaudio support:\t\t\t $PULSEAUDIO_SUPPORT" - config_message="$config_message\n - Blu-Ray support:\t\t\t $BLURAY_SUPPORT" + config_message="$config_message\n - Blu-Ray support:\t\t\t $KODI_BLURAY_SUPPORT" config_message="$config_message\n - Bluetooth support:\t\t\t $BLUETOOTH_SUPPORT" config_message="$config_message\n - Hardware Sensors support:\t\t $SENSOR_SUPPORT" config_message="$config_message\n - LCD drivers:\t\t\t\t $LCD_DRIVER" diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index eed5f4c3b4..55e9e4f21a 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -180,7 +180,7 @@ if [ "$FAAC_SUPPORT" = yes ]; then PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET faac" fi -if [ "$BLURAY_SUPPORT" = yes ]; then +if [ "$KODI_BLURAY_SUPPORT" = yes ]; then PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libbluray" KODI_BLURAY="--enable-libbluray" else diff --git a/projects/Generic/options b/projects/Generic/options index 406076e178..1f07ecfae5 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -160,7 +160,7 @@ KODI_NONFREE_SUPPORT="yes" # build and install with BluRay support (yes / no) - BLURAY_SUPPORT="yes" + KODI_BLURAY_SUPPORT="yes" # build and install with BD+ support # (BD+ decryption support in KODI) (yes / no) diff --git a/projects/RPi/options b/projects/RPi/options index fffbd6aa4b..c46861aa41 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -161,7 +161,7 @@ KODI_NONFREE_SUPPORT="yes" # build and install with BluRay support (yes / no) - BLURAY_SUPPORT="yes" + KODI_BLURAY_SUPPORT="yes" # build and install with BD+ support # (BD+ decryption support in KODI) (yes / no) diff --git a/projects/imx6/options b/projects/imx6/options index 9a229f03b6..9f9b6aa71f 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -162,7 +162,7 @@ KODI_NONFREE_SUPPORT="yes" # build and install with BluRay support (yes / no) - BLURAY_SUPPORT="yes" + KODI_BLURAY_SUPPORT="yes" # build and install with BD+ support # (BD+ decryption support in KODI) (yes / no)