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: yocto-4.0~23062 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dfe09c120881ae65e55ceee13ce319cd6225330;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 568d51f0b90..d8532ac62d6 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