From 2584ef723635788161c92d33eb2af1d9c06881f6 Mon Sep 17 00:00:00 2001 From: Andy Hu Date: Mon, 24 Jul 2023 11:21:46 +0800 Subject: [PATCH] package: qt5base: fix the text input issue Signed-off-by: Andy Hu --- package/qt5/qt5base/qt5base.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk index 9da3de46..5e725e9a 100644 --- a/package/qt5/qt5base/qt5base.mk +++ b/package/qt5/qt5base/qt5base.mk @@ -232,8 +232,8 @@ QT5BASE_DEPENDENCIES += $(if $(BR2_PACKAGE_QT5BASE_ICU),icu) QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_EXAMPLES),-make,-nomake) examples ifeq ($(BR2_PACKAGE_LIBINPUT),y) -QT5BASE_CONFIGURE_OPTS += -libinput -QT5BASE_DEPENDENCIES += libinput +QT5BASE_CONFIGURE_OPTS += -libinput -xkbcommon +QT5BASE_DEPENDENCIES += libinput libxkbcommon else QT5BASE_CONFIGURE_OPTS += -no-libinput endif