summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2021-03-26 19:15:17 +0100
committerLone_Wolf2021-03-26 19:15:17 +0100
commitfb2413078e028d2c6e025bf5204204e72f487a02 (patch)
treeec2221a0745cc6937e8c820b5e58357e71408635
parent7230cdab248c4460a3e9ab41fa4896b936d46f90 (diff)
downloadaur-fb2413078e028d2c6e025bf5204204e72f487a02.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 680f2e86d43b..db53799ae72a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-minimal-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 21.1.0_devel.135967.b33792b794f
+ pkgver = 21.1.0_devel.137120.a7c0cf500b3
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3b7fcd6da212..37595bcc6346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=lib32-mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=21.1.0_devel.135967.b33792b794f
+pkgver=21.1.0_devel.137120.a7c0cf500b3
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -75,8 +75,7 @@ build () {
-D dri3=enabled \
-D egl=enabled \
-D gallium-extra-hud=true \
- -D vulkan-overlay-layer=true \
- -D vulkan-device-select-layer=true \
+ -D vulkan-layers=device-select,overlay \
-D gallium-nine=false \
-D gallium-omx=disabled \
-D gallium-opencl=disabled \