From 76fbcf9871adfe28118501315ddfcffa1a577026 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 11 May 2025 23:29:17 +0000 Subject: [PATCH] qt5base: compile host build without xkbcommon support --- frameworks/qt5base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index 1aa843d..a4f7b31 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -482,7 +482,7 @@ define Host/Configure --mtdev=no \ --tslib=no \ --bundled-xcb-xinput=no \ - --xkbcommon=yes \ + --xkbcommon=no \ --gif=no \ --ico=no \ --libjpeg=no \