mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
projects/*/options: add option to build without optical drive support
This commit is contained in:
parent
1e353f2cff
commit
4c6b3c85f7
@ -164,6 +164,12 @@ else
|
|||||||
XBMC_SSH="--disable-ssh"
|
XBMC_SSH="--disable-ssh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$OPTICAL_DRIVE_SUPPORT" = yes ]; then
|
||||||
|
XBMC_OPTICAL="--enable-optical-drive"
|
||||||
|
else
|
||||||
|
XBMC_OPTICAL="--disable-optical-drive"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$NFS_SUPPORT" = yes ]; then
|
if [ "$NFS_SUPPORT" = yes ]; then
|
||||||
XBMC_NFS="--enable-nfs"
|
XBMC_NFS="--enable-nfs"
|
||||||
else
|
else
|
||||||
@ -307,7 +313,7 @@ cd $PKG_BUILD
|
|||||||
$XBMC_NONFREE \
|
$XBMC_NONFREE \
|
||||||
--disable-asap-codec \
|
--disable-asap-codec \
|
||||||
$XBMC_WEBSERVER \
|
$XBMC_WEBSERVER \
|
||||||
--enable-optical-drive \
|
$XBMC_OPTICAL \
|
||||||
$XBMC_BLURAY \
|
$XBMC_BLURAY \
|
||||||
--enable-texturepacker --with-texturepacker-root="$ROOT/$TOOLCHAIN" \
|
--enable-texturepacker --with-texturepacker-root="$ROOT/$TOOLCHAIN" \
|
||||||
--disable-external-libraries \
|
--disable-external-libraries \
|
||||||
|
@ -184,6 +184,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -183,6 +183,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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"
|
||||||
|
|
||||||
|
@ -178,6 +178,9 @@
|
|||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with optical drive support (yes / no)
|
||||||
|
OPTICAL_DRIVE_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