Skip to content

Commit

Permalink
mesa: bump to 24.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Dec 23, 2024
1 parent 9e39ccc commit a3ad695
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions amd/mesa/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ export DESTDIR="$1"

# rust_std is not (yet?) supported by muon, and we should try
# to avoid a hard rust dependency here if possible.
sed "s/, 'rust_std=2021'//" meson.build > _
sed "/rust_std=2021/d" meson.build > _
mv -f _ meson.build

# To prevent the need for users to fork the mesa package to add
# libglvnd support, the below code checks for its availability
# and enables it if present. ie: install glvnd, rebuild mesa.
pkg-config --exists libglvnd > /dev/null 2>&1 || glvnd_enabled=false
pkg-config --exists libglvnd || glvnd_enabled=false

pkg-config --exists valgrind > /dev/null 2>&1 || valgrind=false
pkg-config --exists valgrind || valgrind=false

pkg-config --exists wayland-protocols && platforms=x11,wayland

Expand Down
2 changes: 1 addition & 1 deletion amd/mesa/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b2752049b53c67cdba73af1d72003a1e888a13074e87b7eb8ac59fe4f7b794205c
7650fa3ee5db557afd41cdb4becf2c101722ca8e680846a571fa3c4cad75758c92
2 changes: 1 addition & 1 deletion amd/mesa/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://archive.mesa3d.org/mesa-24.0.8.tar.xz
https://archive.mesa3d.org/mesa-24.3.2.tar.xz
2 changes: 1 addition & 1 deletion amd/mesa/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.0.8 1
24.3.2 1

0 comments on commit a3ad695

Please sign in to comment.