mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
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:
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mesa
|
PKG_NAME:=mesa
|
||||||
PKG_VERSION:=25.1.5
|
PKG_VERSION:=25.1.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://archive.mesa3d.org/
|
PKG_SOURCE_URL:=https://archive.mesa3d.org/
|
||||||
PKG_HASH:=3c4f6b10ff6ee950d0ec6ea733cc6e6d34c569454e3d39a9b276de9115a3b363
|
PKG_HASH:=9f2b69eb39d2d8717d30a9868fdda3e0c0d3708ba32778bbac8ddb044538ce84
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/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
|
dep_llvm = null_dep
|
||||||
with_llvm = false
|
with_llvm = false
|
||||||
if _llvm.allowed()
|
if _llvm.allowed()
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
endif
|
endif
|
||||||
if with_llvm
|
if with_llvm
|
||||||
pre_args += '-DMESA_LLVM_VERSION_STRING="@0@"'.format(dep_llvm.version())
|
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
|
dep_clang = null_dep
|
||||||
if with_clc or with_gallium_clover
|
if with_clc or with_gallium_clover
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/src/meson.build
|
--- a/src/meson.build
|
||||||
+++ b/src/meson.build
|
+++ b/src/meson.build
|
||||||
@@ -87,7 +87,7 @@ endif
|
@@ -91,7 +91,7 @@ endif
|
||||||
if with_imagination_vk
|
if with_imagination_vk
|
||||||
subdir('imagination')
|
subdir('imagination')
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user