summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2020-06-08 14:54:38 +0200
committerLone_Wolf2020-06-08 14:54:38 +0200
commitf45134f0ff8fa081151a3afbbc8c59c8a31a2948 (patch)
treeda96a565a76455e8fee32261fb7ff9222c882156
parent678897255be5f975e7aadcc02d14f734ca94c2d4 (diff)
downloadaur-f45134f0ff8fa081151a3afbbc8c59c8a31a2948.tar.gz
update deprecated meson options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD32
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b74d93d5b41..fa8d7463d266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 20.2.0_devel.123819.9048adbd246
+ pkgver = 20.2.0_devel.124685.1234faa7bf1
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6a2e076818b5..551b623fb8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=lib32-mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=20.2.0_devel.123819.9048adbd246
+pkgver=20.2.0_devel.124685.1234faa7bf1
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -111,31 +111,31 @@ build () {
-D dri-drivers=i915,i965,r200,r100,nouveau \
-D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink \
-D vulkan-drivers=amd,intel \
- -D dri3=true \
- -D egl=true \
+ -D dri3=enabled \
+ -D egl=enabled \
-D gallium-extra-hud=true \
-D vulkan-overlay-layer=true \
-D vulkan-device-select-layer=true \
-D gallium-nine=true \
-D gallium-omx=disabled \
-D gallium-opencl=disabled \
- -D gallium-va=true \
- -D gallium-vdpau=true \
- -D gallium-xa=true \
- -D gallium-xvmc=false \
- -D gbm=true \
- -D gles1=false \
- -D gles2=true \
+ -D gallium-va=enabled \
+ -D gallium-vdpau=enabled \
+ -D gallium-xa=enabled \
+ -D gallium-xvmc=disabled \
+ -D gbm=enabled \
+ -D gles1=disabled \
+ -D gles2=enabled \
-D glvnd=true \
-D glx=dri \
- -D libunwind=true \
- -D llvm=true \
- -D lmsensors=true \
+ -D libunwind=enabled \
+ -D llvm=enabled \
+ -D lmsensors=enabled \
-D osmesa=gallium \
- -D shared-glapi=true \
- -D valgrind=false \
+ -D shared-glapi=enabled \
+ -D valgrind=disabled \
-D tools=[] \
- -D zstd=true
+ -D zstd=enabled
meson configure _build