summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReza Jahanbakhshi2021-06-20 14:58:12 +0200
committerReza Jahanbakhshi2021-06-20 14:58:12 +0200
commit081cd2b2a0db4f435cda0e25dbcf9d396c51ef0b (patch)
treeb991322ebbd44b0e6fd08574b9851ee980175388 /PKGBUILD
parent36b32b8673f83e0ae752221eb18a56f63bf2db97 (diff)
downloadaur-081cd2b2a0db4f435cda0e25dbcf9d396c51ef0b.tar.gz
crocus driver added to the PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06fada7008d4..91da6c5fad2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=21.2.0_devel.140585.017a1509842
+pkgver=21.2.0_devel.141358.89b4f337d50
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -107,7 +107,7 @@ build () {
-D sysconfdir=/etc \
-D platforms=x11,wayland \
-D dri-drivers=i915,i965,r200,r100,nouveau \
- -D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink \
+ -D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink,crocus \
-D vulkan-drivers=amd,intel,swrast,virtio-experimental \
-D dri3=enabled \
-D egl=enabled \