summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2020-12-11 00:33:14 +0100
committerLone_Wolf2020-12-11 00:33:14 +0100
commitb2e8d6617b5438e8850cdc7692b42c8fd8aaa3f7 (patch)
treea9bc70b33b6e1717d2971048449c940582f868b1 /PKGBUILD
parent01bb79a67107adba5d30e93e387029e4195cfb01 (diff)
downloadaur-b2e8d6617b5438e8850cdc7692b42c8fd8aaa3f7.tar.gz
change osmesa value to true, see https://gitlab.freedesktop.org/mesa/mesa/-/commit/ee802372180a2b4460cc7abb53438e45c6b6f1e4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ebca5e63251..d71e618f840c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=21.0.0_devel.132039.6df572532dc
+pkgver=21.0.0_devel.132228.574429f9528
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -125,7 +125,7 @@ build () {
-D libunwind=enabled \
-D llvm=enabled \
-D lmsensors=enabled \
- -D osmesa=gallium \
+ -D osmesa=true \
-D shared-glapi=enabled \
-D gallium-opencl=icd \
-D valgrind=disabled \