Config.in 472 B

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