gstreamer1.0-plugins.inc: add missing glib-2.0-native dependency

Building the gstreamer1.0-plugins packages requires glib-mkenums.

(From OE-Core rev: 2dfe09c120881ae65e55ceee13ce319cd6225330)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2016-01-20 16:25:21 -08:00 committed by Richard Purdie
parent a0b1e66686
commit 81cd227af3
1 changed files with 1 additions and 1 deletions

View 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