Skip to content

Commit

Permalink
projects/*/options: rename $BLURAY_SUPPORT to $KODI_BLURAY_SUPPORT
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed Nov 9, 2014
1 parent 3b8c9ae commit 02bd045
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/functions
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/mediacenter/kodi/package.mk
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/Generic/options
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion projects/RPi/options
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion projects/imx6/options
Expand Up @@ -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)
Expand Down

0 comments on commit 02bd045

Please sign in to comment.