summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7f4a65a6e93..9a1bbc93e6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=19.1.0_devel.108956.d7b31969767
+pkgver=19.1.0_devel.109535.3bccf702118
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'llvm-svn' 'clang-svn' 'xorgproto'
@@ -72,6 +72,7 @@ build () {
-D shared-glapi=true \
-D gallium-opencl=icd \
-D valgrind=false \
+ -D vulkan-overlay-layer=true \
-D tools=[]
meson configure _build
ninja -C _build