summaryrefslogtreecommitdiffstats
path: root/package/kodi/kodi.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-10-20 21:42:26 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-10-20 22:03:31 +0200
commit62ce7751b46eb609f13582352a6d6f11559819c4 (patch)
tree5c6fcacee2b593911fe3eb0277cd88bebd56b88d /package/kodi/kodi.mk
parentf1c94ed0a8109d7897bb3a49a317daade23c3d51 (diff)
downloadbuildroot-62ce7751b46eb609f13582352a6d6f11559819c4.tar.gz
buildroot-62ce7751b46eb609f13582352a6d6f11559819c4.zip
package/kodi: Add support for libssh
This patch depends on http://patchwork.ozlabs.org/patch/512480/ and adds sftp support to the virtual filesystems supported by Kodi. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/kodi/kodi.mk')
-rw-r--r--package/kodi/kodi.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 24c5e5a21c..46d8650c9a 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -34,7 +34,6 @@ KODI_CONF_OPTS += \
--disable-openmax \
--disable-projectm \
--disable-pulse \
- --disable-ssh \
--disable-vdpau \
--disable-vtbdecoder \
--enable-optimizations
@@ -172,6 +171,13 @@ else
KODI_CONF_OPTS += --disable-airplay
endif
+ifeq ($(BR2_PACKAGE_KODI_LIBSSH),y)
+KODI_DEPENDENCIES += libssh
+KODI_CONF_OPTS += --enable-ssh
+else
+KODI_CONF_OPTS += --disable-ssh
+endif
+
ifeq ($(BR2_PACKAGE_KODI_AVAHI),y)
KODI_DEPENDENCIES += avahi
KODI_CONF_OPTS += --enable-avahi
OpenPOWER on IntegriCloud