mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
libxkbcommon: Extend to build native package
This is needed by gtk+4 recipe (From OE-Core rev: f26e9291447dc3b67b6e1a530c05afbd0e83ef6b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -34,3 +34,5 @@ python populate_packages:prepend () {
|
||||
# Fix a following runtime error:
|
||||
# xkbcommon: ERROR: couldn't find a Compose file for locale "C"
|
||||
RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', 'libx11-compose-data', d)}"
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
|
||||
Reference in New Issue
Block a user