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 / ushare / Config.in
1 config BR2_PACKAGE_USHARE
2         bool "ushare"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
4         select BR2_PACKAGE_LIBUPNP
5         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
6         # ushare has a completely custom configure script that does
7         # broken things with library ordering, which breaks static
8         # linking.
9         depends on !BR2_STATIC_LIBS
10         help
11           uShare is a UPnP (TM) A/V & DLNA Media Server.
12           It implements the server component that provides UPnP media devices
13           with information on available multimedia files.
14
15           http://ushare.geexbox.org/
16
17 comment "ushare needs a toolchain w/ threads, dynamic library"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS