aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
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-dlna_0.9.4.bb
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-dlna_0.9.4.bb')
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
index 17ec52f078..053604e120 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
@@ -9,9 +9,7 @@ SRC_URI = "http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "f93665e535a512e4d515a86311435cb6"
SRC_URI[sha256sum] = "69969713f36c0e815fbbbcfdfb3ad9bd447cfd10d0fd86227d82dfd8edb6c807"
-inherit autotools pkgconfig
-
-require no-vala.inc
+inherit autotools pkgconfig gobject-introspection vala
PACKAGECONFIG ?= "gstreamer"
PACKAGECONFIG[gstreamer] = "--enable-gstreamer-metadata-backend,--disable-gstreamer-metadata-backend,gstreamer1.0 gstreamer1.0-plugins-base"