mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
gstreamer1.0.inc: add missing glib-2.0-native dependency
Building gstreamer1.0 requires glib-mkenums. (From OE-Core rev: fd29077f6dbf4f1e8a7272238b8c7fa45ee85a11) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e5fb79d355
commit
a0b1e66686
@@ -6,7 +6,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"
|
|||||||
SECTION = "multimedia"
|
SECTION = "multimedia"
|
||||||
LICENSE = "LGPLv2+"
|
LICENSE = "LGPLv2+"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 libcap libxml2 bison-native flex-native"
|
DEPENDS = "glib-2.0 glib-2.0-native libcap libxml2 bison-native flex-native"
|
||||||
|
|
||||||
inherit autotools pkgconfig gettext upstream-version-is-even
|
inherit autotools pkgconfig gettext upstream-version-is-even
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user