1 config BR2_PACKAGE_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
9 depends on !BR2_STATIC_LIBS
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.
15 http://ushare.geexbox.org/
17 comment "ushare needs a toolchain w/ threads, dynamic library"
18 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS