Skip to content

Commit 9a95daf

Browse files
committed
ports/mesa: Upgrade to 25.0.0 and enable softpipe and lavapipe
1 parent 6716889 commit 9a95daf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

recipes/mesa

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
#! /bin/sh
22

33
name=mesa
4-
version=24.3.4
4+
version=25.0.0
55
revision=1
66
tarball_url="https://archive.mesa3d.org/mesa-${version}.tar.xz"
7-
tarball_blake2b="a5cf1f49c6d809d19510793f5d1dcec1a3842495d3b4166e303d7f2d4744d179811697d264c5c9b39f2819ebc64a76357195b3eae6b1d2a83128de141354e3c2"
8-
imagedeps="meson ninja-build python3-mako python3-yaml"
7+
tarball_blake2b="9aca2416ea4e304d46fda648cb9b8e04caa053458b91893fb874e9a30d8293722c3bed1098c2720b04b0c7278eba3b0387900b56e13b6133a23c0f6be705025c"
8+
imagedeps="meson ninja-build python3-mako python3-yaml glslang-tools"
99
hostdeps="gcc pkg-config"
1010
deps="core-libs llvm libexpat libx11 libxcb libxext libxshmfence libxxf86vm libxrandr zlib zstd"
1111

1212
configure() {
1313
meson_configure \
1414
-Dglx=xlib \
1515
-Dplatforms=x11 \
16-
-Dgallium-drivers=llvmpipe \
17-
-Dvulkan-drivers= \
18-
-Dllvm=enabled
16+
-Dgallium-drivers=llvmpipe,softpipe \
17+
-Dvulkan-drivers=swrast \
18+
-Dosmesa=true \
19+
-Dvideo-codecs=all
1920
}
2021

2122
build() {

0 commit comments

Comments
 (0)