summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2022-06-21 11:43:44 +0200
committerStephan Springer2022-06-21 11:57:27 +0200
commitbe99d0e35667915c0e512289f84489b89cd77371 (patch)
treee2acbae959be6f7e170ce398f52393cc22bcd79d /PKGBUILD
parent1cb1b6aac5f2f028f3478b0c60e864328ac7060b (diff)
downloadaur-be99d0e35667915c0e512289f84489b89cd77371.tar.gz
enable QT_FEATURE_zstd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6e2aed004a1..8077b6a1e18d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=qt6-base-headless
_qtver=6.3.1
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -57,7 +57,7 @@ build() {
-DQT_FEATURE_widgets=OFF \
-DQT_FEATURE_freetype=OFF \
-DQT_FEATURE_harfbuzz=OFF \
- -DQT_FEATURE_zstd=OFF
+ -DQT_FEATURE_zstd=ON
cmake --build build
}