summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-02-08 19:14:21 -0500
committerVincent Grande2021-02-08 19:14:21 -0500
commit3f3c15a7a08415c5a94588bf3423ef23fcdeabc7 (patch)
treef03c7dc9a82a97db6d1d1164268958165e9ff697 /PKGBUILD
parent13cd2c723556e1f4c669087682f5bba32868255d (diff)
downloadaur-3f3c15a7a08415c5a94588bf3423ef23fcdeabc7.tar.gz
tweak flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 561081fd8a25..4110e341e7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ build() {
arch-meson xorg-server-$pkgver build \
-D os_vendor="Arch Linux" \
-D ipv6=false \
- -D xcsecurity=true \
+ -D xcsecurity=false \
-D xorg=true \
-D xwayland=false \
-D xwayland_eglstream=false \
@@ -74,7 +74,6 @@ build() {
-D xkb_output_dir=/var/lib/xkb \
-D systemd_logind=false \
-D b_lto=false \
- -D b_lundef=false \
-D xinerama=true \
-D screensaver=false \
-D dmx=false \
@@ -112,7 +111,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 \