xref: /OK3568_Linux_fs/buildroot/package/libshairplay/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBSHAIRPLAY
2	bool "libshairplay"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on BR2_USE_MMU # avahi
5	depends on !BR2_STATIC_LIBS # avahi
6	select BR2_PACKAGE_AVAHI
7	select BR2_PACKAGE_AVAHI_DAEMON
8	select BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY # runtime
9	help
10	  libshairplay is a client library that emulates an airplay
11	  server.
12
13	  https://github.com/juhovh/shairplay
14
15comment "libshairplay needs a toolchain w/ threads, dynamic library"
16	depends on BR2_USE_MMU
17	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
18