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 c8e0a26065
commit 96887a1f92
4 changed files with 22 additions and 11 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

@ -159,16 +159,19 @@
# (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 LAME cdrip encoder support
ENCODER_LAME="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,6 +159,13 @@
# (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"
@ -166,9 +173,6 @@
# build and install with LAME cdrip encoder support
ENCODER_LAME="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,6 +160,13 @@
# (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"
@ -167,9 +174,6 @@
# build and install with LAME cdrip encoder support
ENCODER_LAME="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,