mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-08 00:50:38 +00:00
0.12.x is the stable series, 0.13.x is the development series that some packages (specifically dLeyna) require. Signed-off-by: Ross Burton <ross.burton@intel.com>
19 lines
641 B
PHP
19 lines
641 B
PHP
SUMMARY = "Resource discovery and announcement over SSDP"
|
|
DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)."
|
|
LICENSE = "LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
|
DEPENDS = "glib-2.0 libsoup-2.4 gobject-introspection-stub"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
require no-vala.inc
|
|
|
|
EXTRA_OECONF = "--disable-introspection"
|
|
|
|
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)}"
|
|
PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+"
|
|
|
|
PACKAGES =+ "gssdp-tools"
|
|
|
|
FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
|