aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-20 16:25:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:41 +0000
commit2dfe09c120881ae65e55ceee13ce319cd6225330 (patch)
tree2cfd3aad07c570531c99ad413d493394d7e995c2
parentfd29077f6dbf4f1e8a7272238b8c7fa45ee85a11 (diff)
downloadopenembedded-core-contrib-2dfe09c120881ae65e55ceee13ce319cd6225330.tar.gz
gstreamer1.0-plugins.inc: add missing glib-2.0-native dependency
Building the gstreamer1.0-plugins packages requires glib-mkenums. Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
index 568d51f0b9..d8532ac62d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://gstreamer.freedesktop.org/"
BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"
SECTION = "multimedia"
-DEPENDS = "gstreamer1.0"
+DEPENDS = "gstreamer1.0 glib-2.0-native"
inherit autotools pkgconfig upstream-version-is-even