]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-plugins.inc: add missing glib-2.0-native dependency
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 21 Jan 2016 00:25:21 +0000 (16:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:41 +0000 (23:42 +0000)
Building the gstreamer1.0-plugins packages requires glib-mkenums.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc

index 568d51f0b906a9848b821a0abc23ce24894d603e..d8532ac62d60284475be59e09bc2428de9df473a 100644 (file)
@@ -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