1config 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 16comment "ushare needs a toolchain w/ threads, dynamic library" 17 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 18