summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-02-13 01:35:47 -0500
committerVincent Grande2021-02-13 01:35:47 -0500
commit3a4faff87a70ef950ff78a41b866d6657e4870d8 (patch)
tree3fbd66f2f59170a45c5588fc0d6fbb6e1794b2e5 /PKGBUILD
parent4b3ceea9a209d3240fa8f404709d54b03a56631e (diff)
downloadaur-xorg-server-rootless-nosystemd-minimal-git.tar.gz
update notes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f56dd40c3ff..e30d94289bbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -142,19 +142,20 @@ cd xserver
--enable-pciaccess \
--enable-input-thread
+# dri3 required for xwayland support
# glamor required for xwayland support
# dga required for xorg nvidia blob/amdgpu/mesa ### NOT REQUIRED FOR XWAYLAND
+# pciaccess required or build fails with xorg enabled ### NOT REQUIRED FOR XWAYLAND
+# agp required or build fails with xorg enabled ### NOT REQUIRED FOR XWAYLAND
+# libdrm required or build fails with xorg enabled ### NOT REQUIRED FOR XWAYLAND
# xinerama required for nvidia blob/amdgpu/mesa
# mitshm required for nvidia blob/amdgpu/mesa
# xv required for nvidia blob/amdgpu/mesa
# composite required for nvidia blob/amdgpu/mesa
-# 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
-### enable-unit-tests + xorg flags break compile if -flto / b_lto is enabled
+### enable-unit-tests + xorg flags break compile if -flto / b_lto is enable
make