summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-09-27 19:46:46 -0400
committerVincent Grande2020-09-27 19:46:46 -0400
commit84991f0a5526a391b1890df64ed936cd3d30d9c9 (patch)
tree732718388c5db553a6368a51fdf4cd704a1a0ab5 /PKGBUILD
parenta141c1a3dc479ca344cc6f29f5999e492aaebd31 (diff)
downloadaur-84991f0a5526a391b1890df64ed936cd3d30d9c9.tar.gz
fix build options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004f099a5ffd..5f3147c99a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -90,7 +90,7 @@ build() {
-D xephyr=false \
-D xnest=false \
-D xquartz=false \
- -D xv=false \
+ -D xv=true \
-D xvmc=false \
-D xvfb=false \
-D xwin=false \
@@ -98,6 +98,10 @@ build() {
-D libunwind=false \
-D debug=false
+# xinerama needed with nvidia blob
+# screensaver needed for chrome and steam gui
+# mitshm needed with nvidia blob
+# xv needed with nvidia blob
# Print config
meson configure build