qtbase: enable xkbcommon support 42/29342/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 30 Oct 2023 21:44:22 +0000 (17:44 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 4 Nov 2023 14:37:10 +0000 (14:37 +0000)
Add xkbcommon to PACKAGECONFIG in our qtbase bbappend so that Qt
keyboard support will work in e.g. PyQt5.

Bug-AGL: SPEC-4952

Change-Id: I7ff9b58a6779e1b154a60184ee4a3c4f304c41ee
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29342
ci-image-build: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

recipes-qt/qt/qtbase_agldemo.inc

index 48d96b2..b2bfe37 100644 (file)
@@ -2,4 +2,4 @@
 # without Wayland
 PACKAGECONFIG_GL:append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"
 
-PACKAGECONFIG:append = " icu fontconfig sql-sqlite"
+PACKAGECONFIG:append = " xkbcommon icu fontconfig sql-sqlite"