summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-02-12 00:55:48 -0500
committerVincent Grande2021-02-12 00:55:48 -0500
commitc873f9918502e1ea3ab9fe59187c20c6d1f9edf6 (patch)
tree78b5a51a25b7897c6d17c8741270ab66930979a9 /PKGBUILD
parentdfc995b879a1265ad98d4e43043cbb046e31b3c4 (diff)
downloadaur-c873f9918502e1ea3ab9fe59187c20c6d1f9edf6.tar.gz
tweak build flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 527fedd7f067..b7a23d041cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -124,7 +124,7 @@ build() {
-D composite=false \
-D record=false \
-D dri=false \
- -D dri3=true \
+ -D dri3=false \
-D present=false \
-D xf86vidmode=false \
-D dbe=false \
@@ -132,13 +132,19 @@ build() {
-D windowsdri=false \
-D kdrive=false \
-D systemd-daemon=false \
- -D unit-tests=false
+ -D unit-tests=false \
+ -D integration-tests=false \
+ -D libdrm=false \
+ -D clientids=false \
+ -D pciaccess=true \
+ -D xshmfence=false
# xinerama required for nvidia blob/amdgpu/mesa
# mitshm required for nvidia blob/amdgpu/mesa
# xv required for nvidia blob/amdgpu/mesa
# dga required for xorg nvidia blob/amdgpu/mesa ### NOT REQUIRED FOR XWAYLAND
# glamor required for xwayland support
+# pciaccess set to true or build fails
# b_pgo set to off or build fails
# dpms and dri1 set to true or xf86-video-amdgpu build fails