From 199b0d87c45889ae12fcdf980bc66fd52789c055 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 30 Oct 2023 17:44:22 -0400 Subject: 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 --- recipes-qt/qt/qtbase_agldemo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt') 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" -- cgit 1.2.3-korg