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 sshlib support
This commit is contained in:
parent
8d56286013
commit
1e353f2cff
@ -158,6 +158,11 @@ else
|
|||||||
XBMC_MYSQL="--disable-mysql"
|
XBMC_MYSQL="--disable-mysql"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
if [ "$SSHLIB_SUPPORT" = yes ]; then
|
||||||
|
XBMC_SSH="--enable-ssh"
|
||||||
|
else
|
||||||
|
XBMC_SSH="--disable-ssh"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$NFS_SUPPORT" = yes ]; then
|
if [ "$NFS_SUPPORT" = yes ]; then
|
||||||
XBMC_NFS="--enable-nfs"
|
XBMC_NFS="--enable-nfs"
|
||||||
@ -296,6 +301,7 @@ cd $PKG_BUILD
|
|||||||
$XBMC_AVAHI \
|
$XBMC_AVAHI \
|
||||||
$XBMC_UPNP \
|
$XBMC_UPNP \
|
||||||
$XBMC_MYSQL \
|
$XBMC_MYSQL \
|
||||||
|
$XBMC_SSH \
|
||||||
$XBMC_AIRPLAY \
|
$XBMC_AIRPLAY \
|
||||||
$XBMC_AIRTUNES \
|
$XBMC_AIRTUNES \
|
||||||
$XBMC_NONFREE \
|
$XBMC_NONFREE \
|
||||||
|
@ -181,6 +181,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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"
|
||||||
|
|
||||||
|
@ -175,6 +175,9 @@
|
|||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build xbmc with sshlib support (yes / no)
|
||||||
|
SSHLIB_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