diff --git a/config/functions b/config/functions index f6faf34f69..b9eacfa56f 100644 --- a/config/functions +++ b/config/functions @@ -409,7 +409,7 @@ fi config_message="$config_message\n - Kodi version:\t\t\t $MEDIACENTER" 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" + config_message="$config_message\n - Kodi DVDCSS support:\t\t\t $KODI_DVDCSS_SUPPORT" for config_skin in $SKINS; do config_message="$config_message\n - Include Skin:\t\t\t $config_skin" diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index 3f30d89516..9285244e65 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -170,7 +170,7 @@ else KODI_NONFREE="--disable-non-free" fi -if [ "$DVDCSS_SUPPORT" = yes ]; then +if [ "$KODI_DVDCSS_SUPPORT" = yes ]; then KODI_DVDCSS="--enable-dvdcss" else KODI_DVDCSS="--disable-dvdcss" diff --git a/projects/Generic/options b/projects/Generic/options index 13cc065b58..eddfd7ec43 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -172,7 +172,7 @@ # build and install with DVDCSS support # (DVD decryption support in KODI) (yes / no) - DVDCSS_SUPPORT="yes" + KODI_DVDCSS_SUPPORT="yes" # additional drivers to install: # for a list of additinoal drivers see packages/linux-drivers diff --git a/projects/RPi/options b/projects/RPi/options index 31591133c3..33652f121a 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -173,7 +173,7 @@ # build and install with DVDCSS support # (DVD decryption support in KODI) (yes / no) - DVDCSS_SUPPORT="yes" + KODI_DVDCSS_SUPPORT="yes" # additional drivers to install: # for a list of additinoal drivers see packages/linux-drivers diff --git a/projects/imx6/options b/projects/imx6/options index c51659122a..26a96db068 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -174,7 +174,7 @@ # build and install with DVDCSS support # (DVD decryption support in KODI) (yes / no) - DVDCSS_SUPPORT="yes" + KODI_DVDCSS_SUPPORT="yes" # additional drivers to install: # for a list of additinoal drivers see packages/linux-drivers