diff --git a/config/functions b/config/functions index b9eacfa56f1..e9cb10044a6 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 eed5f4c3b41..55e9e4f21a9 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 406076e1783..1f07ecfae5c 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 fffbd6aa4b0..c46861aa41e 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 9a229f03b60..9f9b6aa71f8 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)