1config BR2_PACKAGE_GUPNP_TOOLS 2 bool "gupnp-tools" 3 depends on BR2_PACKAGE_LIBGTK3 4 # gssdp, gupnp, libsoup 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_LIBSOUP 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 18 http://www.gupnp.org/ 19 20comment "gupnp-tools needs libgtk3" 21 depends on !BR2_PACKAGE_LIBGTK3 22