summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-02-08 19:18:33 -0500
committerVincent Grande2021-02-08 19:18:33 -0500
commitab51fbd03a7dc2acd52878c1031298256a72fb19 (patch)
treec7caed54452c7611b21c33c5b455a6ee5fd646d2
parent4ae149495817423024342eb0c62ee197102cee2b (diff)
downloadaur-ab51fbd03a7dc2acd52878c1031298256a72fb19.tar.gz
tweak flags
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16d8f20d0a5e..f6635cbdf2ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ build() {
arch-meson xserver build \
-D os_vendor="Arch Linux" \
-D ipv6=false \
- -D xcsecurity=true \
+ -D xcsecurity=false \
-D xorg=false \
-D xwayland=true \
-D xwayland_eglstream=false \
@@ -79,7 +79,6 @@ build() {
-D xkb_output_dir=/var/lib/xkb \
-D systemd_logind=false \
-D b_lto=true \
- -D b_lundef=false \
-D xinerama=true \
-D screensaver=false \
-D dmx=false \
@@ -117,7 +116,6 @@ build() {
-D xf86-input-inputtest=false \
-D dga=false \
-D xace=false \
- -D xcsecurity=false \
-D debug=false \
-D input_thread=true \
-D int10=false \