summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2021-03-26 15:58:31 +0100
committerLone_Wolf2021-03-26 15:58:31 +0100
commitb1fbd4177b986d94ee46fe3d83f822f8f05cc285 (patch)
tree8efc9c2fcd420ac70385dd4006000dee119a737a
parenta277912d22c5d9f9884644da291f51bcc6abe685 (diff)
downloadaur-b1fbd4177b986d94ee46fe3d83f822f8f05cc285.tar.gz
adjusted to change in meson options for vulkan layers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 536d0a1f9ede..3596e3af9eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-minimal-git
pkgdesc = an open-source implementation of the OpenGL specification, stripped down git version
- pkgver = 21.1.0_devel.135967.b33792b794f
+ pkgver = 21.1.0_devel.137111.3463b8bf416
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 96d0273740c9..e38e31f9dd63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=21.1.0_devel.135967.b33792b794f
+pkgver=21.1.0_devel.137111.3463b8bf416
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -93,8 +93,7 @@ build () {
-D shared-glapi=enabled \
-D gallium-opencl=icd \
-D valgrind=disabled \
- -D vulkan-overlay-layer=true \
- -D vulkan-device-select-layer=true \
+ -D vulkan-layers=device-select,overlay \
-D tools=[] \
-D zstd=enabled \
-D microsoft-clc=disabled