summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292022-06-22 19:55:42 +0200
committerSpike292022-06-22 19:55:42 +0200
commit603009ca20b9ebda0b51236c0429fc9bcca3ecc3 (patch)
tree909fbf61bf7403318d5663b85dbf910e79a99da9 /PKGBUILD
parent32b69dc0532200e169dd34e4789fd5fdb804dc15 (diff)
downloadaur-603009ca20b9ebda0b51236c0429fc9bcca3ecc3.tar.gz
Set OpenGL_GL_PREFERENCE="GLVND"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4193114c790..442dc879923b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,7 @@ build() {
# Please refer to the NetRadiant README for more instructions.
cmake -G "Unix Makefiles" -S. -Bbuild \
-DCMAKE_BUILD_TYPE=Release \
+ -DOpenGL_GL_PREFERENCE="GLVND" \
-DFHS_INSTALL=ON \
-DCMAKE_INSTALL_PREFIX=${pkgdir}/usr \
-DDOWNLOAD_GAMEPACKS=ON \