Skip to content

Commit 25dc234

Browse files
committed
Updated Mesa to 25.2.0
1 parent cadbeff commit 25dc234

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ build_and_install "libffi" configure
2525
build_and_install "libxml2" autogen \
2626
PYTHON_CFLAGS="$(/opt/python/cp312-cp312/bin/python3-config --cflags)" \
2727
PYTHON_LIBS="$(/opt/python/cp312-cp312/bin/python3-config --libs)"
28+
build_and_install "libXtrans" configure
29+
build_and_install "libX11" configure
2830
build_and_install "SPIRV-Headers" cmake --skip-build
2931
build_and_install "wayland" meson-static -Ddocumentation=false
3032
build_and_install "SPIRV-Tools" cmake --update-submodules \

libraries.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# https://gitlab.com/freedesktop-sdk/mirrors/freedesktop/mesa/
22
github.com/intel/libva=2.22.0
3-
github.com/libffi/libffi=3.5.1
4-
github.com/GNOME/libxml2=2.14.4
5-
github.com/KhronosGroup/SPIRV-Tools=1.4.313.0
3+
github.com/libffi/libffi=3.5.2
4+
github.com/GNOME/libxml2=2.14.5
5+
github.com/KhronosGroup/SPIRV-Tools=1.4.321.0
66
github.com/KhronosGroup/glslang=$SPIRV-Tools
77
github.com/KhronosGroup/SPIRV-Headers=$SPIRV-Tools
8-
github.com/KhronosGroup/SPIRV-LLVM-Translator=20.1.3
9-
gitlab.freedesktop.org/mesa/mesa=25.1.4
8+
github.com/KhronosGroup/SPIRV-LLVM-Translator=21.1.0
9+
gitlab.freedesktop.org/mesa/mesa=25.2.0
1010
gitlab.freedesktop.org/mesa/drm=2.4.125
1111
gitlab.freedesktop.org/vdpau/libvdpau=1.5
1212
gitlab.freedesktop.org/glvnd/libglvnd=1.7.0
13-
gitlab.freedesktop.org/wayland/wayland=1.23.93
13+
gitlab.freedesktop.org/wayland/wayland=1.24.0
1414
gitlab.freedesktop.org/xorg/lib/libxxf86vm=1.1.6
1515
gitlab.freedesktop.org/xorg/lib/libxshmfence=1.3.3
1616
gitlab.freedesktop.org/xorg/lib/libpciaccess=0.18.1

0 commit comments

Comments
 (0)