diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-10-30 17:44:22 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-04 14:37:10 +0000 |
commit | 199b0d87c45889ae12fcdf980bc66fd52789c055 (patch) | |
tree | fca39b3363e6cfb9082670a0570cdb6d380fcca8 /recipes-qt/qt/qtbase_agldemo.inc | |
parent | 2506ab2bfcdaa53f2faa9221324f9fee22c9f6d9 (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/qt/qtbase_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtbase_agldemo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt/qtbase_agldemo.inc b/recipes-qt/qt/qtbase_agldemo.inc index 48d96b2dc..b2bfe3749 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" |