From 659e2609f229c9122bc85872fc7aadb154a76ed8 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Fri, 6 Dec 2024 15:00:49 +0200 Subject: [PATCH] mesa: Add reproducer for #22743 --- mingw-w64-mesa/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-mesa/PKGBUILD b/mingw-w64-mesa/PKGBUILD index 0ee1c448deaae..2c83617e8994b 100644 --- a/mingw-w64-mesa/PKGBUILD +++ b/mingw-w64-mesa/PKGBUILD @@ -4,7 +4,7 @@ _realname=mesa pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=24.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Open-source implementation of the OpenGL, Vulkan and OpenCL specifications (mingw-w64)" url="https://www.mesa3d.org/" msys2_repository_url="https://gitlab.freedesktop.org/mesa/mesa" @@ -113,7 +113,7 @@ build() { if [[ ${CARCH} != i686 ]]; then _meson_options+=( -Dllvm=enabled - -Dshared-llvm=enabled + -Dshared-llvm=disabled -Dgallium-drivers=softpipe,llvmpipe,zink,d3d12 -Dgallium-opencl=icd -Dgallium-va=enabled