- make building and installing of non-free support (default enabled, setup via /projects/*/options)
This commit is contained in:
Stephan Raue 2010-06-09 06:11:25 +02:00
parent e6fb9b5acb
commit 765fd53f97
4 changed files with 19 additions and 1 deletions

View File

@ -56,6 +56,12 @@ $SCRIPTS/build sqlite
$SCRIPTS/build mysql #lib #?
$SCRIPTS/build samba #lib
if [ "$NONFREE_SUPPORT" = yes ]; then
XBMC_NONFREE="--enable-non-free"
else
XBMC_NONFREE="--disable-non-free"
fi
if [ "$AVAHI_DAEMON" = yes ]; then
$SCRIPTS/build avahi
XBMC_AVAHI="--enable-avahi"
@ -134,7 +140,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag
--disable-mid \
$XBMC_AVAHI \
--disable-hal \
--enable-non-free \
$XBMC_NONFREE \
--disable-asap-codec \
$XBMC_WEBSERVER \
--disable-libdts \

View File

@ -65,6 +65,10 @@
# e.g. XBMC_PLUGINS="SABnzbd"
XBMC_PLUGINS=""
# build and install with non-free support
# (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes"
# build with network support (yes / no)
NETWORK="yes"

View File

@ -65,6 +65,10 @@
# e.g. XBMC_PLUGINS="SABnzbd"
XBMC_PLUGINS=""
# build and install with non-free support
# (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes"
# build with network support (yes / no)
NETWORK="yes"

View File

@ -65,6 +65,10 @@
# e.g. XBMC_PLUGINS="SABnzbd"
XBMC_PLUGINS=""
# build and install with non-free support
# (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes"
# build with network support (yes / no)
NETWORK="yes"