The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libshairplay / Config.in
1 config 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
15 comment "libshairplay needs a toolchain w/ threads, dynamic library"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS