From: Sai Sree Kartheek Adivi <[email protected]> - 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 <[email protected]> Signed-off-by: Chirag Shilwant <[email protected]> --- 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 --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" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15403): https://lists.yoctoproject.org/g/meta-arago/message/15403 Mute This Topic: https://lists.yoctoproject.org/mt/106757598/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
