diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-multimedia/recipes-connectivity/gupnp/gssdp.inc | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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" | ||