diff mbox series

[meta-arago,master/scarthgap,v3] conf: arago.conf: Add xkbcommon to PACKAGECONFIG_DISTRO of qtbase

Message ID 20240619100854.2081721-1-c-shilwant@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap,v3] conf: arago.conf: Add xkbcommon to PACKAGECONFIG_DISTRO of qtbase | expand

Commit Message

Chirag Shilwant June 19, 2024, 10:08 a.m. UTC
From: Sai Sree Kartheek Adivi <s-adivi@ti.com>

- For QT apps to use physical keyboard, xkbcommon has to be added in
PACKAGECONFIG_DISTRO of qtbase. This was supported until 09.01 using
xkbcommon-evdev which at present is an invalid PACKAGECONFIG & hence
was dropped from meta-arago [1]

- So, add xkbcommon to PACKAGECONFIG_DISTRO of qtbase which will
enable the use of physical keyboard in QT apps

[1]: https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=scarthgap&id=de16946741249265a38acb7bb503b39a0c2b4175

Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
v3: Add xkbcommon to PACKAGECONFIG_DISTRO for qtbase in arago.conf as suggested by Denys
v2: Add xkbcommon in PACKAGECONFIG to all platforms instead of making it k3 machine specific

 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index b82fa76b..deaa8c02 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -67,7 +67,7 @@  PACKAGECONFIG:append:pn-systemd = " coredump networkd resolved serial-getty-gene
 
 # Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit)
 PACKAGECONFIG_GL:pn-qtbase = "gles2 linuxfb"
-PACKAGECONFIG_DISTRO:pn-qtbase = "icu examples accessibility gif gbm kms libinput"
+PACKAGECONFIG_DISTRO:pn-qtbase = "icu examples accessibility gif gbm kms libinput xkbcommon"
 PACKAGECONFIG_FONTS:pn-qtbase = "fontconfig"
 PACKAGECONFIG:remove:pn-qtwayland = "xcomposite-egl xcomposite-glx"