mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
projects/*/options: add option to build without UPnP support
This commit is contained in:
parent
b8567afee5
commit
9d57ba20f5
@ -146,6 +146,12 @@ else
|
|||||||
XBMC_AVAHI="--disable-avahi"
|
XBMC_AVAHI="--disable-avahi"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$UPNP_SUPPORT" = yes ]; then
|
||||||
|
XBMC_UPNP="--enable-upnp"
|
||||||
|
else
|
||||||
|
XBMC_UPNP="--disable-upnp"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$NFS_SUPPORT" = yes ]; then
|
if [ "$NFS_SUPPORT" = yes ]; then
|
||||||
XBMC_NFS="--enable-nfs"
|
XBMC_NFS="--enable-nfs"
|
||||||
else
|
else
|
||||||
@ -281,6 +287,7 @@ cd $PKG_BUILD
|
|||||||
--disable-mid \
|
--disable-mid \
|
||||||
--disable-hal \
|
--disable-hal \
|
||||||
$XBMC_AVAHI \
|
$XBMC_AVAHI \
|
||||||
|
$XBMC_UPNP \
|
||||||
$XBMC_AIRPLAY \
|
$XBMC_AIRPLAY \
|
||||||
$XBMC_AIRTUNES \
|
$XBMC_AIRTUNES \
|
||||||
$XBMC_NONFREE \
|
$XBMC_NONFREE \
|
||||||
|
@ -175,6 +175,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -174,6 +174,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -174,6 +174,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -174,6 +174,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -174,6 +174,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -174,6 +174,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -174,6 +174,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -174,6 +174,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -169,6 +169,9 @@
|
|||||||
# build and install Avahi (Zeroconf) daemon (yes / no)
|
# build and install Avahi (Zeroconf) daemon (yes / no)
|
||||||
AVAHI_DAEMON="yes"
|
AVAHI_DAEMON="yes"
|
||||||
|
|
||||||
|
# build with UPnP support (yes / no)
|
||||||
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||||
AIRPLAY_SUPPORT="yes"
|
AIRPLAY_SUPPORT="yes"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user