diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc')
| -rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc | 9 |
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) | |||
| 3 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPLv2" |
| 4 | DEPENDS = "gupnp" | 4 | DEPENDS = "gupnp" |
| 5 | 5 | ||
| 6 | inherit autotools pkgconfig | 6 | inherit 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) | ||
| 10 | do_configure_prepend() { | ||
| 11 | cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true | ||
| 12 | } | ||
| 7 | 13 | ||
| 8 | require no-vala.inc | ||
