From: Andre McCurdy Date: Thu, 21 Jan 2016 00:25:21 +0000 (-0800) Subject: gstreamer1.0-plugins.inc: add missing glib-2.0-native dependency X-Git-Tag: 2016-4~1408 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2dfe09c120881ae65e55ceee13ce319cd6225330;p=openembedded-core.git 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 --- 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