Skip to content

Commit 9509284

Browse files
committed
mesa: update to 25.1.6
See https://docs.mesa3d.org/relnotes/25.1.6.html Signed-off-by: Daniel Golle <[email protected]>
1 parent 9eff7e5 commit 9509284

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

libs/mesa/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=mesa
4-
PKG_VERSION:=25.1.5
4+
PKG_VERSION:=25.1.6
55
PKG_RELEASE:=1
66

77
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
88
PKG_SOURCE_URL:=https://archive.mesa3d.org/
9-
PKG_HASH:=3c4f6b10ff6ee950d0ec6ea733cc6e6d34c569454e3d39a9b276de9115a3b363
9+
PKG_HASH:=9f2b69eb39d2d8717d30a9868fdda3e0c0d3708ba32778bbac8ddb044538ce84
1010

1111
PKG_MAINTAINER:=Daniel Golle <[email protected]>
1212
PKG_LICENSE:=BSD-3-Clause

libs/mesa/patches/100-use-llvm-subproject-vars.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/meson.build
22
+++ b/meson.build
3-
@@ -1771,21 +1771,26 @@ _llvm = get_option('llvm')
3+
@@ -1785,21 +1785,26 @@ _llvm = get_option('llvm')
44
dep_llvm = null_dep
55
with_llvm = false
66
if _llvm.allowed()
@@ -42,7 +42,7 @@
4242
endif
4343
if with_llvm
4444
pre_args += '-DMESA_LLVM_VERSION_STRING="@0@"'.format(dep_llvm.version())
45-
@@ -1884,7 +1889,11 @@ endif
45+
@@ -1898,7 +1903,11 @@ endif
4646

4747
dep_clang = null_dep
4848
if with_clc or with_gallium_clover

libs/mesa/patches/200-panfrost-precomp.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/meson.build
22
+++ b/src/meson.build
3-
@@ -87,7 +87,7 @@ endif
3+
@@ -91,7 +91,7 @@ endif
44
if with_imagination_vk
55
subdir('imagination')
66
endif

0 commit comments

Comments
 (0)