mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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"
|
PRIORITY = "optional"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
HOMEPAGE = "http://www.gstreamer.net/"
|
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"
|
PR = "r1"
|
||||||
|
|
||||||
inherit autotools_stage pkgconfig
|
inherit autotools_stage pkgconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user