blob: 0544501569de8c52e05a29c9af27d98d31574f20 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Helpers for AV applications using UPnP"
2DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
3LICENSE = "LGPLv2"
4DEPENDS = "gupnp"
5
6inherit autotools pkgconfig gobject-introspection vala
7
8# Copy vapigen.m4 so that it doesn't get removed by vala class
9# (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro)
10do_configure_prepend() {
11 cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true
12}
13