kodi: add missing indirect dependency on dynamic lib for shairport
authorArnout Vandecappelle <arnout@mind.be>
Wed, 4 Feb 2015 00:34:08 +0000 (01:34 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 7 Feb 2015 20:08:32 +0000 (21:08 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/kodi/Config.in

index 5141629711c8a881a21bc33a2e190be6ed6c4971..1bc8b15c2eaa30cf559628697ed1ea0d595dc684 100644 (file)
@@ -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