summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-02-12 17:58:33 -0500
committerVincent Grande2021-02-12 17:58:33 -0500
commitbba84a791e114ffddb6a5a072f2e105b975a656c (patch)
tree53073a2f33fd6804dc866cd47b52816a5d725f61 /PKGBUILD
parentd6589ce5fe5dbec4beb584e43363b129ae128a24 (diff)
downloadaur-bba84a791e114ffddb6a5a072f2e105b975a656c.tar.gz
tweak build flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab01b17935fe..2e3cd455e602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -89,11 +89,10 @@ cd xserver
--with-xkb-path=/usr/share/X11/xkb \
--with-xkb-output=/var/lib/xkb \
--with-fontrootdir=/usr/share/fonts \
- --without-sha1 \
+ --with-sha1=libgcrypt \
--without-dtrace \
--disable-linux-acpi \
--disable-linux-apm \
- --disable-agp \
--disable-strict-compilation \
--disable-debug \
--without-int10 \
@@ -120,7 +119,6 @@ cd xserver
--disable-vgahw \
--disable-int10-module \
--disable-windowsdri \
- --disable-libdrm \
--disable-clientids \
--disable-xquartz \
--disable-xwayland-eglstream \
@@ -129,9 +127,12 @@ cd xserver
--disable-xf86-input-inputtest \
--disable-xshmfence \
--without-systemd-daemon \
- --disable-xtrans-send-fds \
+ --disable-secure-rpc \
+ --disable-tcp-transport \
--enable-unit-tests=no \
--enable-integration-tests=no \
+ --enable-agp \
+ --enable-libdrm \
--enable-mitshm \
--enable-xv \
--enable-dga \
@@ -145,7 +146,9 @@ cd xserver
# 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
+# pciaccess required or build fails
+# agp required or build fails
+# libdrm required or build fails
# b_pgo set to off or build fails
# dpms and dri1 set to true or xf86-video-amdgpu build fails