From f007bc004804d12b660c0474b16c288cbce8f29d Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 5 May 2019 22:14:52 +0200 Subject: [PATCH] libxkbcommon: RDEPENDS on libx11-locale This fixes a following runtime error: | xkbcommon: ERROR: couldn't find a Compose file for locale "C" Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb index 8fcae12cef..4d31638244 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb @@ -7,6 +7,10 @@ LICENSE = "MIT & MIT-style" DEPENDS = "util-macros flex-native bison-native" +# Fix a following runtime error: +# xkbcommon: ERROR: couldn't find a Compose file for locale "C" +RDEPENDS_${PN} = "libx11-locale" + SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" SRC_URI[md5sum] = "3c4409058dfd203f641a563358e0187d" -- 2.40.1