aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-02-22 19:18:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-14 12:15:27 +0100
commit11ffc5d57a7db3271a60e20feeac926bb6ec79ff (patch)
tree023b9d1a7c53004e455fb36eccfb7114a2a14c63 /meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
parent7bfeb7d3ac1724ebafdfdbabf19871988939abbd (diff)
downloadmeta-openembedded-contrib-11ffc5d57a7db3271a60e20feeac926bb6ec79ff.tar.gz
gupnp: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc')
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
index b076155858..0544501569 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
@@ -3,6 +3,11 @@ DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video)
LICENSE = "LGPLv2"
DEPENDS = "gupnp"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gobject-introspection vala
+
+# Copy vapigen.m4 so that it doesn't get removed by vala class
+# (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro)
+do_configure_prepend() {
+ cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true
+}
-require no-vala.inc