Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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" |
| 6 | |
| 7 | inherit autotools pkgconfig gobject-introspection vala |
| 8 | |
| 9 | # Copy vapigen.m4 so that it doesn't get removed by vala class |
| 10 | # (normally this would be the right thing to do, but in gssdp the vapigen.m4 has only a custom macro) |
| 11 | do_configure_prepend() { |
| 12 | cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true |
| 13 | } |
| 14 | |
| 15 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)}" |
| 16 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+" |
| 17 | |
| 18 | PACKAGES =+ "gssdp-tools" |
| 19 | |
| 20 | FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" |