Config.in 547 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBUPNP18
  2. bool "libupnp18"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on !BR2_PACKAGE_LIBUPNP
  5. help
  6. The portable SDK for UPnP(tm) Devices (libupnp) provides
  7. developers with an API and open source code for building
  8. control points, devices, and bridges that are compliant with
  9. Version 1.0 of the Universal Plug and Play Device Architecture
  10. Specification
  11. http://pupnp.sourceforge.net/
  12. comment "libupnp18 needs a toolchain w/ threads"
  13. depends on !BR2_PACKAGE_LIBUPNP
  14. depends on !BR2_TOOLCHAIN_HAS_THREADS