blob: a06c98e157d8462d0933ad9980004e7a70775f4b [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)
Patrick Williams213cb262021-08-07 19:21:33 -050010do_configure:prepend() {
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011 cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true
12}
13