diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gssdp.inc')
| -rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gssdp.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp.inc b/meta-multimedia/recipes-connectivity/gupnp/gssdp.inc new file mode 100644 index 0000000000..ae965b996c --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp.inc | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Resource discovery and announcement over SSDP" | ||
| 2 | DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)." | ||
| 3 | LICENSE = "LGPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
| 5 | DEPENDS = "glib-2.0 libsoup-2.4 gobject-introspection-stub" | ||
| 6 | |||
| 7 | inherit autotools pkgconfig | ||
| 8 | |||
| 9 | require no-vala.inc | ||
| 10 | |||
| 11 | EXTRA_OECONF = "--disable-introspection" | ||
| 12 | |||
| 13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)}" | ||
| 14 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+" | ||
| 15 | |||
| 16 | PACKAGES =+ "gssdp-tools" | ||
| 17 | |||
| 18 | FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" | ||
