summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a7adafcf752..93e2295323db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 19.3.0_devel.116318.16233797f49
+ pkgver = 19.3.0_devel.117035.690d359b6f4
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -38,12 +38,12 @@ pkgbase = mesa-git
depends = glslang
depends = llvm-libs=9.0.0
optdepends = opengl-man-pages: for the OpenGL API man pages
- provides = mesa=19.3.0_devel.116318.16233797f49-1
- provides = vulkan-intel=19.3.0_devel.116318.16233797f49-1
- provides = vulkan-radeon=19.3.0_devel.116318.16233797f49-1
- provides = vulkan-mesa-layer=19.3.0_devel.116318.16233797f49-1
- provides = libva-mesa-driver=19.3.0_devel.116318.16233797f49-1
- provides = mesa-vdpau=19.3.0_devel.116318.16233797f49-1
+ provides = mesa=19.3.0_devel.117035.690d359b6f4-1
+ provides = vulkan-intel=19.3.0_devel.117035.690d359b6f4-1
+ provides = vulkan-radeon=19.3.0_devel.117035.690d359b6f4-1
+ provides = vulkan-mesa-layer=19.3.0_devel.117035.690d359b6f4-1
+ provides = libva-mesa-driver=19.3.0_devel.117035.690d359b6f4-1
+ provides = mesa-vdpau=19.3.0_devel.117035.690d359b6f4-1
provides = vulkan-driver
provides = opencl-
provides = opengl-driver
diff --git a/PKGBUILD b/PKGBUILD
index 89ffabbc06a9..deaa5dc98bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=19.3.0_devel.116318.16233797f49
+pkgver=19.3.0_devel.117035.690d359b6f4
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -101,7 +101,7 @@ build () {
-D sysconfdir=/etc \
-D platforms=x11,wayland,drm,surfaceless \
-D dri-drivers=i915,i965,r200,r100,nouveau \
- -D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris \
+ -D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink \
-D vulkan-drivers=amd,intel \
-D dri3=true \
-D egl=true \
@@ -113,7 +113,7 @@ build () {
-D gallium-xa=true \
-D gallium-xvmc=false \
-D gbm=true \
- -D gles1=true \
+ -D gles1=false \
-D gles2=true \
-D glvnd=true \
-D glx=dri \