xbmc: oh damn fix c75b77c :(

This commit is contained in:
Stefan Saraev 2014-03-13 14:37:03 +02:00
parent 39ed3fc17c
commit f595b4be79

View File

@ -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"