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