kodi: drop ENABLE_SSH after xbmc/12005

This commit is contained in:
MilhouseVH 2018-08-15 03:03:07 +01:00
parent 4bf43830f9
commit b1e543c13a
3 changed files with 0 additions and 12 deletions

View File

@ -146,7 +146,6 @@ show_config() {
config_message="$config_message\n - Kodi MySQL support:\t\t\t $KODI_MYSQL_SUPPORT"
config_message="$config_message\n - Kodi Optical Drive support:\t\t $KODI_OPTICAL_SUPPORT"
config_message="$config_message\n - Kodi SAMBA client support:\t\t $KODI_SAMBA_SUPPORT"
config_message="$config_message\n - Kodi SSH client support:\t\t $KODI_SSHLIB_SUPPORT"
config_message="$config_message\n - Kodi UPNP support:\t\t\t $KODI_UPNP_SUPPORT"
config_message="$config_message\n - Kodi Webserver support:\t\t $KODI_WEBSERVER_SUPPORT"

View File

@ -82,9 +82,6 @@
# build with MySQL support (mysql / mariadb / none)
KODI_MYSQL_SUPPORT="mariadb"
# build xbmc with sshlib support (yes / no)
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
KODI_OPTICAL_SUPPORT="yes"

View File

@ -139,13 +139,6 @@ else
KODI_UPNP="-DENABLE_UPNP=OFF"
fi
if [ "$KODI_SSHLIB_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libssh"
KODI_SSH="-DENABLE_SSH=ON"
else
KODI_SSH="-DENABLE_SSH=OFF"
fi
if target_has_feature neon; then
KODI_NEON="-DENABLE_NEON=ON"
else
@ -225,7 +218,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
$KODI_AVAHI \
$KODI_UPNP \
$KODI_MYSQL \
$KODI_SSH \
$KODI_AIRPLAY \
$KODI_AIRTUNES \
$KODI_OPTICAL \