summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-10-30 17:44:22 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-04 14:37:10 +0000
commit199b0d87c45889ae12fcdf980bc66fd52789c055 (patch)
treefca39b3363e6cfb9082670a0570cdb6d380fcca8 /recipes-qt
parent2506ab2bfcdaa53f2faa9221324f9fee22c9f6d9 (diff)
qtbase: enable xkbcommon support
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
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt/qtbase_agldemo.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc
index 48d96b2d..b2bfe374 100644
--- a/recipes-qt/qt/qtbase_agldemo.inc
+++ b/recipes-qt/qt/qtbase_agldemo.inc
@@ -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"