Config.in 475 B

1234567891011121314
  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
  6. developers with an API and open source code for building
  7. control points, devices, and bridges that are compliant with
  8. Version 1.0 of the Universal Plug and Play Device Architecture
  9. Specification
  10. http://pupnp.sourceforge.net/
  11. comment "libupnp needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS