Skip to content

Commit

Permalink
qt6base: disable xkbcommon support by default
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit e30fd9f)
  • Loading branch information
1715173329 committed Dec 7, 2024
1 parent 22b1f6e commit 43215b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/qt6base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PKG_NAME:=qt6base
PKG_BASE:=6.7
PKG_BUGFIX:=3
PKG_VERSION:=$(PKG_BASE).$(PKG_BUGFIX)
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=qtbase-everywhere-src-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://mirrors.tencent.com/qt/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ \
Expand Down Expand Up @@ -103,6 +103,7 @@ CMAKE_OPTIONS+= \
-DFEATURE_gui=$(if $(CONFIG_PACKAGE_libQt6Gui),ON,OFF) \
-DFEATURE_fontconfig=OFF \
-DFEATURE_system_freetype=ON \
-DFEATURE_xkbcommon=OFF \
-DFEATURE_accessibility=OFF \
-DFEATURE_harfbuzz=OFF \
-DFEATURE_gif=OFF \
Expand Down

0 comments on commit 43215b7

Please sign in to comment.