mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
gstreamer: Fix DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -4,7 +4,7 @@ SECTION = "multimedia"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
HOMEPAGE = "http://www.gstreamer.net/"
|
||||
DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native"
|
||||
DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native"
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user