Config.in 710 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_GUPNP_TOOLS
  2. bool "gupnp-tools"
  3. depends on BR2_PACKAGE_LIBGTK3
  4. # gssdp, gupnp, libsoup3 all select on libglib2, so they have
  5. # the same dependencies as libgtk3, which we depend on. So for
  6. # the same of simplicity, we don't replicate all those
  7. # (complex) dependencies.
  8. select BR2_PACKAGE_GSSDP
  9. select BR2_PACKAGE_GUPNP
  10. select BR2_PACKAGE_LIBSOUP3
  11. select BR2_PACKAGE_LIBXML2
  12. help
  13. GUPnP Tools are free replacements of Intel UPnP tools that
  14. use GUPnP. They provides client and server side tools which
  15. enable one to easily test and debug one's UPnP devices and
  16. control points.
  17. http://www.gupnp.org/
  18. comment "gupnp-tools needs libgtk3"
  19. depends on !BR2_PACKAGE_LIBGTK3