projects/*/options: add option to select AACS support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-08-29 09:25:16 +02:00
parent 3a70ef58fe
commit feba764200
4 changed files with 22 additions and 10 deletions

View File

@ -32,7 +32,7 @@ PKG_LONGDESC="libbluray is an open-source library designed for Blu-Ray Discs pla
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
if [ "$NONFREE_SUPPORT" = "yes" ]; then
if [ "$AACS_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libaacs"
fi

View File

@ -161,13 +161,17 @@
# (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in XBMC) (yes / no)
AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in XBMC) (yes / no)
DVDCSS_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# additional drivers to install:
# for a list of additinoal drivers see packages/linux-drivers
# Space separated list is supported,

View File

@ -159,13 +159,17 @@
# (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in XBMC) (yes / no)
AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in XBMC) (yes / no)
DVDCSS_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# additional drivers to install:
# for a list of additinoal drivers see packages/linux-drivers
# Space separated list is supported,

View File

@ -160,13 +160,17 @@
# (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in XBMC) (yes / no)
AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in XBMC) (yes / no)
DVDCSS_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# additional drivers to install:
# for a list of additinoal drivers see packages/linux-drivers
# Space separated list is supported,