mesa: update to 25.1.6

See https://docs.mesa3d.org/relnotes/25.1.6.html

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2025-07-21 03:02:30 +01:00
parent cf0b245b2d
commit fc414652e0
3 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mesa
PKG_VERSION:=25.1.5
PKG_VERSION:=25.1.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://archive.mesa3d.org/
PKG_HASH:=3c4f6b10ff6ee950d0ec6ea733cc6e6d34c569454e3d39a9b276de9115a3b363
PKG_HASH:=9f2b69eb39d2d8717d30a9868fdda3e0c0d3708ba32778bbac8ddb044538ce84
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=BSD-3-Clause

View File

@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -1771,21 +1771,26 @@ _llvm = get_option('llvm')
@@ -1785,21 +1785,26 @@ _llvm = get_option('llvm')
dep_llvm = null_dep
with_llvm = false
if _llvm.allowed()
@@ -42,7 +42,7 @@
endif
if with_llvm
pre_args += '-DMESA_LLVM_VERSION_STRING="@0@"'.format(dep_llvm.version())
@@ -1884,7 +1889,11 @@ endif
@@ -1898,7 +1903,11 @@ endif
dep_clang = null_dep
if with_clc or with_gallium_clover

View File

@@ -1,6 +1,6 @@
--- a/src/meson.build
+++ b/src/meson.build
@@ -87,7 +87,7 @@ endif
@@ -91,7 +91,7 @@ endif
if with_imagination_vk
subdir('imagination')
endif