comparison src/mesa.mk @ 6512:e8980c4f6ae8

* src/mesa.mk: update to v22.2.3
author John Donoghue <john.donoghue@ieee.org>
date Tue, 08 Nov 2022 09:39:58 -0500
parents 86de99245336
children 5fd3067a8e22
comparison
equal deleted inserted replaced
6511:8f473adec6db 6512:e8980c4f6ae8
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 := 22.2.2 5 $(PKG)_VERSION := 22.2.3
6 $(PKG)_CHECKSUM := 6be81666d15b0b4b8b899256cb78acd360a12ca1 6 $(PKG)_CHECKSUM := 4824ad9533bd6fffea7b730d2e5dff10e2747435
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