From: Mirko Vogt Date: Sun, 11 May 2025 23:29:17 +0000 (+0000) Subject: qt5base: compile host build without xkbcommon support X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=76fbcf9871adfe28118501315ddfcffa1a577026;p=feed%2Fvideo.git qt5base: compile host build without xkbcommon support --- 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 \