Config.in 610 B

1234567891011121314151617
  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. http://ushare.geexbox.org/
  14. comment "ushare needs a toolchain w/ threads, dynamic library"
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS