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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libshairplay/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/libshairplay/Config.in
new file mode 100644 (file)
index 0000000..1cfbdfe
--- /dev/null
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_LIBSHAIRPLAY
+       bool "libshairplay"
+       depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_USE_MMU # avahi
+       depends on !BR2_STATIC_LIBS # avahi
+       select BR2_PACKAGE_AVAHI
+       select BR2_PACKAGE_AVAHI_DAEMON
+       select BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY # runtime
+       help
+         libshairplay is a client library that emulates an airplay
+         server.
+
+         https://github.com/juhovh/shairplay
+
+comment "libshairplay needs a toolchain w/ threads, dynamic library"
+       depends on BR2_USE_MMU
+       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS