]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ushare/Config.in
Update for 2018.05-rc2
[coffee/buildroot.git] / package / ushare / Config.in
1 config BR2_PACKAGE_USHARE
2         bool "ushare"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
4         # ushare has a completely custom configure script that does
5         # broken things with library ordering, which breaks static
6         # linking.
7         depends on !BR2_STATIC_LIBS
8         select BR2_PACKAGE_LIBUPNP
9         help
10           uShare is a UPnP (TM) A/V & DLNA Media Server.
11           It implements the server component that provides UPnP media
12           devices with information on available multimedia files.
13
14           http://ushare.geexbox.org/
15
16 comment "ushare needs a toolchain w/ threads, dynamic library"
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS