mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Common X11 Keyboard layouts"
|
DESCRIPTION = "Common X11 Keyboard layouts"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
DEPENDS = "intltool xkbcomp-native"
|
DEPENDS = "intltool xkbcomp-native glib-2.0"
|
||||||
RDEPENDS = "xkbcomp"
|
RDEPENDS = "xkbcomp"
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user