1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

xkeyboard-config: Add DEPENDS on glib-2.0 (for glib-gettext)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-01-07 17:10:38 +00:00
parent 957863bf9e
commit 2f78c4d28b
@@ -1,6 +1,6 @@
DESCRIPTION = "Common X11 Keyboard layouts"
LICENSE = "MIT"
DEPENDS = "intltool xkbcomp-native"
DEPENDS = "intltool xkbcomp-native glib-2.0"
RDEPENDS = "xkbcomp"
PR = "r2"