Skip to content

Commit

Permalink
[bot] AutoMerging: merge all upstream's changes:
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/immortalwrt/packages:
  qt6base: disable xkbcommon support by default
  • Loading branch information
github-actions[bot] committed Dec 7, 2024
2 parents 7faaaf0 + e30fd9f commit 62481bf
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 62481bf

Please sign in to comment.