comparison src/mesa.mk @ 7049:92976fe19d66

* src/mesa.mk: update to v23.3.4
author John Donoghue <john.donoghue@ieee.org>
date Thu, 25 Jan 2024 13:03:41 -0500
parents fb0d9b519364
children 80a99e343eea
comparison
equal deleted inserted replaced
7048:1038e3208c9d 7049:92976fe19d66
1 # This file is part of MXE Octave. 1 # This file is part of MXE Octave.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := mesa 4 PKG := mesa
5 $(PKG)_VERSION := 23.3.3 5 $(PKG)_VERSION := 23.3.4
6 $(PKG)_CHECKSUM := 13b0767105f93a5b2d3c2b620e2f3cd7ce67c0f5 6 $(PKG)_CHECKSUM := b4280cde7b01adeae178da85d2725567d6a7c792
7 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := mesa-$($(PKG)_VERSION)
8 $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz 8 $(PKG)_FILE := mesa-$($(PKG)_VERSION).tar.xz
9 $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE) 9 $(PKG)_URL := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)
10 $(PKG)_DEPS := build-mako build-meson build-ninja expat zlib llvm s2tc 10 $(PKG)_DEPS := build-mako build-meson build-ninja expat zlib llvm s2tc
11 11