Skip to content

Commit 0876052

Browse files
committed
libs::mesa3d: bump to 25.3.1
1 parent f3efeb5 commit 0876052

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

recipes/libs/mesa3d.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inherit: [meson, wayland-scanner]
22

33
metaEnvironment:
44
PKG_DESCRIPTION: "Mesa OpenGL library"
5-
PKG_VERSION: "25.0.5"
5+
PKG_VERSION: "25.3.1"
66
PKG_LICENSE: "MIT, SGI, Khronos"
77

88
Config:
@@ -50,7 +50,7 @@ depends:
5050
checkoutSCM:
5151
scm: url
5252
url: https://archive.mesa3d.org/mesa-${PKG_VERSION}.tar.xz
53-
digestSHA1: d6427cb320fcbd8bbe223ad69b16619391812fee
53+
digestSHA256: 059d0d985622f49588f01aa29152804f4da8ffe6add046e00a52923379c2d8da
5454
stripComponents: 1
5555

5656
buildTools: [bison, flex, m4]
@@ -77,18 +77,13 @@ multiPackage:
7777
7878
buildScript: |
7979
mesonBuild $1 \
80-
-Dintel-clc=enabled \
81-
-Dinstall-intel-clc=True \
8280
-Dmesa-clc=enabled \
8381
-Dinstall-mesa-clc=True \
84-
-Dgallium-xa=disabled \
8582
-Dglvnd=disabled \
86-
-Dgallium-opencl=disabled \
8783
-Dgallium-drivers="" \
8884
-Dvulkan-drivers="" \
8985
-Dplatforms="" \
9086
-Dvalgrind=disabled \
91-
-Dosmesa=false \
9287
-Dshared-llvm=disabled \
9388
9489
multiPackage:
@@ -184,9 +179,7 @@ multiPackage:
184179
buildScript: |
185180
mesonBuild $1 \
186181
-Dglx=$([[ $MESA3D_PLATFORM == x11 ]] && echo ${MESA3D_GLX} || echo disabled) \
187-
-Dgallium-xa=disabled \
188182
-Dglvnd=disabled \
189-
-Dgallium-opencl=disabled \
190183
-Dgallium-drivers="$MESA3D_GALLIUM_DRIVERS" \
191184
-Dvulkan-drivers="" \
192185
-Dplatforms=${MESA3D_PLATFORM} \
@@ -198,9 +191,7 @@ multiPackage:
198191
-Dglx-read-only-text=$([[ $MESA3D_GLX_READ_ONLY_TEXT -ne 0 ]] && echo true || echo false) \
199192
-Dvalgrind=disabled \
200193
-Dllvm=$([[ "$MESA3D_GALLIUM_DRIVERS" =~ "llvmpipe" ]] && echo 'enabled' || echo 'disabled') \
201-
-Dintel-clc=system \
202194
${BOB_TOOL_PATHS[mesa_clc]+-Dmesa-clc=system} \
203-
-Dosmesa=false
204195
205196
multiPackage:
206197
dev:

0 commit comments

Comments
 (0)