summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2020-04-30 23:59:17 +0200
committerLone_Wolf2020-04-30 23:59:17 +0200
commit167c27ac7a3c7816393ea2c586ea12440cd9df82 (patch)
treeabc7935ef95ebc6ea1975ad13340b63d696184a5 /PKGBUILD
parent262cd1fb633ba7a4b7da08bd0e785a9f8b2cc5f0 (diff)
downloadaur-167c27ac7a3c7816393ea2c586ea12440cd9df82.tar.gz
added vulkan-device-select-layer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69846726032d..54545512ef17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=20.1.0_devel.122510.adeef43d150
+pkgver=20.2.0_devel.123163.612e35c8d94
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -129,6 +129,7 @@ build () {
-D gallium-opencl=icd \
-D valgrind=false \
-D vulkan-overlay-layer=true \
+ -D vulkan-device-select-layer=true \
-D tools=[] \
-D zstd=true \