From: Ming Liu Date: Sun, 5 May 2019 20:14:52 +0000 (+0200) Subject: libxkbcommon: RDEPENDS on libx11-locale X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f007bc004804d12b660c0474b16c288cbce8f29d;p=openembedded-core.git 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 --- 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"