From: Scott Murray Date: Mon, 30 Oct 2023 21:44:22 +0000 (-0400) Subject: qtbase: enable xkbcommon support X-Git-Tag: 16.91.1~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=199b0d87c45889ae12fcdf980bc66fd52789c055 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 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 Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- 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"