summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-02-09 20:46:54 -0500
committerVincent Grande2021-02-09 20:46:54 -0500
commitc6295be79bc6c6e8e9581ce80ce3b4b958e4b92d (patch)
tree7119e2a4a00352c8b2fc1cc6aa613173cee75c21 /PKGBUILD
parent0774a5e55700bae4bb65b120fe72492f8236d5aa (diff)
downloadaur-c6295be79bc6c6e8e9581ce80ce3b4b958e4b92d.tar.gz
update notes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b387c911eb..3db48d892aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -118,7 +118,7 @@ build() {
# xinerama required for nvidia blob/amdgpu/mesa
# mitshm required for nvidia blob/amdgpu/mesa
# xv required for nvidia blob/amdgpu/mesa
-# dga required for nvidia blob/amdgpu/mesa
+# dga required for xorg nvidia blob/amdgpu/mesa ### NOT REQUIRED FOR XWAYLAND
# glamor required for xwayland support
# b_pgo set to off or build fails
# dpms and dri1 set to true or xf86-video-amdgpu build fails
@@ -128,7 +128,7 @@ build() {
# Print config
meson configure build
ninja $NINJAFLAGS -C build
-
+
# fake installation to be seperated into packages
DESTDIR="${srcdir}/fakeinstall" ninja $NINJAFLAGS -C build install
}