summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-05-10 14:25:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-10 14:43:31 +0200
commit7fb93953829e77c4d36ecd877704c63d1c76a8e4 (patch)
treeb8c758d9deb98442cfe276cb6237ba77214e5e72
parentc94fe755e6dbc24f6558d4490b7de98f2257f3b6 (diff)
qtbase: am62: don't remove xkbcommon from packageconfig
This is needed to allow keyboard inputs. Related-to: TEI-1066 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
index d79db07..7103ed5 100644
--- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -60,7 +60,7 @@ PACKAGECONFIG_FONTS:am62xx = "fontconfig"
PACKAGECONFIG:remove:am62xx = "kms"
PACKAGECONFIG:remove:am62xx = "vulkan"
-PACKAGECONFIG:remove:am62xx = "xcb glib xkbcommon glib"
+PACKAGECONFIG:remove:am62xx = "glib xcb"
# they don't apply without changes, drop them for now
SRC_URI:remove = " \
file://0002-deform-disable-opengl-button.patch \