package: qt5base: fix the text input issue

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
This commit is contained in:
Andy Hu
2023-07-24 11:21:46 +08:00
parent 69a5fdf298
commit 2584ef7236
+2 -2
View File
@@ -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