netsnmp: handle libnl dependency properly
[buildroot-gz.git] / package / gupnp-tools / Config.in
blobf9e645a0935cf1738564ce539e1544460c19d037
1 config BR2_PACKAGE_GUPNP_TOOLS
2         bool "gupnp-tools"
3         # gssdp, gupnp, libsoup all select on libglib2, so they have
4         # the same dependencies as libgtk3, which we depend on. So for
5         # the same of simplicity, we don't replicate all those
6         # (complex) dependencies.
7         select BR2_PACKAGE_GSSDP
8         select BR2_PACKAGE_GUPNP
9         select BR2_PACKAGE_LIBSOUP
10         select BR2_PACKAGE_LIBXML2
11         depends on BR2_PACKAGE_LIBGTK3
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.
18           http://www.gupnp.org/
20 comment "gupnp-tools needs libgtk3"
21         depends on !BR2_PACKAGE_LIBGTK3