Commit 2ca1d299 authored by Arnout Vandecappelle's avatar Arnout Vandecappelle Committed by Peter Korsgaard
Browse files

kodi: add missing indirect dependency on dynamic lib for shairport

parent 9fffb57f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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