From c60b8c5b16e6485d9c233124e960d4be71c38266 Mon Sep 17 00:00:00 2001 From: Lone_Wolf Date: Mon, 8 Jun 2020 13:56:00 +0200 Subject: [PATCH] update deprecated meson options --- .SRCINFO | 2 +- PKGBUILD | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 893668b..e7e1151 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = 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 fde8577..679013f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgname=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=('git' 'python-mako' 'xorgproto' @@ -108,31 +108,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 gallium-nine=true \ -D gallium-omx=bellagio \ - -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 shared-glapi=enabled \ -D gallium-opencl=icd \ - -D valgrind=false \ + -D valgrind=disabled \ -D vulkan-overlay-layer=true \ -D vulkan-device-select-layer=true \ -D tools=[] \ - -D zstd=true \ + -D zstd=enabled \ meson configure _build