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