From 3163708025d8de70eea473e41a7f739327bbf428 Mon Sep 17 00:00:00 2001 From: graysky Date: Sat, 20 Jul 2019 16:25:00 -0400 Subject: [PATCH] extra/mesa to 19.1.2-1.1 (#1717) --- extra/mesa/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index 9daf9c5a6..2d82a6bf0 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -10,7 +10,7 @@ pkgbase=mesa pkgname=('libva-mesa-driver' 'mesa-vdpau' 'mesa') pkgdesc="An open-source implementation of the OpenGL specification" pkgver=19.1.2 -pkgrel=1 +pkgrel=1.1 arch=('x86_64') makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' @@ -43,7 +43,7 @@ build() { MESON_OPT="-D asm=false" case "${CARCH}" in armv6h) GALLIUM=",vc4" ;; - armv7h) GALLIUM=",etnaviv,kmsro,lima,panfrost,tegra,vc4" ;; + armv7h) GALLIUM=",etnaviv,kmsro,lima,panfrost,tegra,v3d,vc4" ;; aarch64) GALLIUM=",kmsro,lima,panfrost,v3d,vc4" ;; esac