Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions archlinuxcn/mesa-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=25.2.0_devel.205178.2704a30df02.d41d8cd
pkgver=25.2.0_devel.206777.7bfb51a7e6f.d41d8cd
pkgrel=1
arch=('x86_64')
makedepends=(
Expand Down Expand Up @@ -194,16 +194,16 @@ case $MESA_WHICH_LLVM in
4)
# extra/llvm
makedepends+=(
'llvm=19.1.7'
'clang=19.1.7'
'llvm=20.1.6'
'clang=20.1.6'
'libclc'
'spirv-llvm-translator'
'spirv-tools'
'rust'
'rust-bindgen'
)
depends+=(
'llvm-libs=19.1.7'
'llvm-libs=20.1.6'
'clang'
'libclc'
'spirv-llvm-translator'
Expand Down Expand Up @@ -257,13 +257,11 @@ build () {
-D b_ndebug=true
-D b_lto=false
-D egl=enabled
-D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink,d3d12
-D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink
-D gallium-extra-hud=true
-D gallium-nine=true
-D gallium-rusticl=${_rusticl}
-D gallium-va=enabled
-D gallium-vdpau=enabled
-D gallium-xa=enabled
-D gbm=enabled
-D gles1=disabled
-D gles2=enabled
Expand All @@ -274,9 +272,7 @@ build () {
-D llvm=enabled
-D lmsensors=enabled
-D microsoft-clc=disabled
-D osmesa=true
-D platforms=x11,wayland
-D shared-glapi=enabled
-D valgrind=disabled
-D video-codecs=all
-D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau
Expand All @@ -285,7 +281,7 @@ build () {
-D zstd=enabled
-D buildtype=plain
--wrap-mode=nofallback
--force-fallback-for=syn,paste
--force-fallback-for=syn,paste,rustc-hash
-D prefix=/usr
-D sysconfdir=/etc
-D legacy-x11=dri2
Expand Down