Skip to content

Commit

Permalink
mesa: Add reproducer for msys2#22743
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Dec 6, 2024
1 parent e1e2197 commit 659e260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 659e260

Please sign in to comment.