projects/*/options: rename $SSHLIB_SUPPORT to $KODI_SSHLIB_SUPPORT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-09 12:21:15 +01:00
parent 917501c9b7
commit d282b30f4e
4 changed files with 4 additions and 4 deletions

View File

@ -249,7 +249,7 @@ else
KODI_UPNP="--disable-upnp"
fi
if [ "$SSHLIB_SUPPORT" = yes ]; then
if [ "$KODI_SSHLIB_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libssh"
KODI_SSH="--enable-ssh"
else

View File

@ -196,7 +196,7 @@
MYSQL_SUPPORT="yes"
# build xbmc with sshlib support (yes / no)
SSHLIB_SUPPORT="yes"
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"

View File

@ -197,7 +197,7 @@
MYSQL_SUPPORT="yes"
# build xbmc with sshlib support (yes / no)
SSHLIB_SUPPORT="yes"
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"

View File

@ -198,7 +198,7 @@
MYSQL_SUPPORT="yes"
# build xbmc with sshlib support (yes / no)
SSHLIB_SUPPORT="yes"
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"