mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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 mysql #lib #?
|
||||||
$SCRIPTS/build samba #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
|
if [ "$AVAHI_DAEMON" = yes ]; then
|
||||||
$SCRIPTS/build avahi
|
$SCRIPTS/build avahi
|
||||||
XBMC_AVAHI="--enable-avahi"
|
XBMC_AVAHI="--enable-avahi"
|
||||||
@ -134,7 +140,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag
|
|||||||
--disable-mid \
|
--disable-mid \
|
||||||
$XBMC_AVAHI \
|
$XBMC_AVAHI \
|
||||||
--disable-hal \
|
--disable-hal \
|
||||||
--enable-non-free \
|
$XBMC_NONFREE \
|
||||||
--disable-asap-codec \
|
--disable-asap-codec \
|
||||||
$XBMC_WEBSERVER \
|
$XBMC_WEBSERVER \
|
||||||
--disable-libdts \
|
--disable-libdts \
|
||||||
|
@ -65,6 +65,10 @@
|
|||||||
# e.g. XBMC_PLUGINS="SABnzbd"
|
# e.g. XBMC_PLUGINS="SABnzbd"
|
||||||
XBMC_PLUGINS=""
|
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)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
@ -65,6 +65,10 @@
|
|||||||
# e.g. XBMC_PLUGINS="SABnzbd"
|
# e.g. XBMC_PLUGINS="SABnzbd"
|
||||||
XBMC_PLUGINS=""
|
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)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
@ -65,6 +65,10 @@
|
|||||||
# e.g. XBMC_PLUGINS="SABnzbd"
|
# e.g. XBMC_PLUGINS="SABnzbd"
|
||||||
XBMC_PLUGINS=""
|
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)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user