diff options
author | 2015-02-04 01:34:08 +0100 | |
---|---|---|
committer | 2015-02-07 21:08:32 +0100 | |
commit | 2ca1d299ae2d1b852088e266451a61977852ac15 (patch) | |
tree | 5b55dd4203b1edb80e9b09deae997ee79556de0e /package/kodi | |
parent | 9fffb57f1fe915d751b16f74167e18e2006c24b5 (diff) | |
download | buildroot-2ca1d299ae2d1b852088e266451a61977852ac15.tar.gz buildroot-2ca1d299ae2d1b852088e266451a61977852ac15.tar.bz2 |
kodi: add missing indirect dependency on dynamic lib for shairport
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/kodi')
-rw-r--r-- | package/kodi/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 5141629711..1bc8b15c2e 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -194,11 +194,15 @@ config BR2_PACKAGE_KODI_RTMPDUMP config BR2_PACKAGE_KODI_LIBSHAIRPLAY bool "shairport" + depends on !BR2_STATIC_LIBS # libshairplay -> avahi select BR2_PACKAGE_LIBSHAIRPLAY help Enable Shairport support. Select this if you want to stream content from an Apple device. +comment "shairport support needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS + config BR2_PACKAGE_KODI_LIBSMBCLIENT bool "samba" select BR2_PACKAGE_SAMBA |