mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: oh damn fix c75b77c :(
This commit is contained in:
parent
f37af19b3b
commit
5bef63ba37
@ -242,13 +242,13 @@ else
|
||||
fi
|
||||
|
||||
if [ "$UPNP_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libssh"
|
||||
XBMC_UPNP="--enable-upnp"
|
||||
else
|
||||
XBMC_UPNP="--disable-upnp"
|
||||
fi
|
||||
|
||||
if [ "$SSHLIB_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libssh"
|
||||
XBMC_SSH="--enable-ssh"
|
||||
else
|
||||
XBMC_SSH="--disable-ssh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user