mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc:
- make building and installing of non-free support (default enabled, setup via /projects/*/options)
This commit is contained in:
parent
e6fb9b5acb
commit
765fd53f97
@ -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 \
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user