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>
This commit is contained in:
Arnout Vandecappelle 2015-02-04 01:34:08 +01:00 committed by Peter Korsgaard
parent 9fffb57f1f
commit 2ca1d299ae

View File

@ -194,11 +194,15 @@ config BR2_PACKAGE_KODI_RTMPDUMP
config BR2_PACKAGE_KODI_LIBSHAIRPLAY config BR2_PACKAGE_KODI_LIBSHAIRPLAY
bool "shairport" bool "shairport"
depends on !BR2_STATIC_LIBS # libshairplay -> avahi
select BR2_PACKAGE_LIBSHAIRPLAY select BR2_PACKAGE_LIBSHAIRPLAY
help help
Enable Shairport support. Enable Shairport support.
Select this if you want to stream content from an Apple device. 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 config BR2_PACKAGE_KODI_LIBSMBCLIENT
bool "samba" bool "samba"
select BR2_PACKAGE_SAMBA select BR2_PACKAGE_SAMBA