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