kumquat-buildroot/package/gupnp-tools/Config.in
Fabrice Fontaine 6008f02fc8 gupnp-tools: new package
GUPnP Tools are free replacements of Intel UPnP tools that use
GUPnP. They provides client and server side tools which enable
one to easily test and debug one's UPnP devices and control
points.

http://www.gupnp.org/

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
[Thomas:
 - use "depends on BR2_PACKAGE_LIBGTK3" instead of a select, and
   simplify the Config.in comments consequently.
 - move from "Development tools" to "Networking applications"
 - license is GPLv2+, not LGPLv2+.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-30 16:12:36 +02:00

22 lines
708 B
Plaintext

config BR2_PACKAGE_GUPNP_TOOLS
bool "gupnp-tools"
# gssdp, gupnp, libsoup all select on libglib2, so they have
# the same dependencies as libgtk3, which we depend on. So for
# the same of simplicity, we don't replicate all those
# (complex) dependencies.
select BR2_PACKAGE_GSSDP
select BR2_PACKAGE_GUPNP
select BR2_PACKAGE_LIBSOUP
select BR2_PACKAGE_LIBXML2
depends on BR2_PACKAGE_LIBGTK3
help
GUPnP Tools are free replacements of Intel UPnP tools that
use GUPnP. They provides client and server side tools which
enable one to easily test and debug one's UPnP devices and
control points.
http://www.gupnp.org/
comment "gupnp-tools needs libgtk3"
depends on !BR2_PACKAGE_LIBGTK3