comparison src/mesa.mk @ 6317:8a36987a6132

* src/mesa.mk: update to 22.1.4
author John Donoghue <john.donoghue@ieee.org>
date Tue, 19 Jul 2022 14:18:33 -0400
parents 1b5da82fbbd5
children b68148d8be7b
comparison
equal deleted inserted replaced
6316:3e2af5987761 6317:8a36987a6132
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.1.3 5 $(PKG)_VERSION := 22.1.4
6 $(PKG)_CHECKSUM := 8d27ed72beee3939b3e81793dc081c4a6dc69593 6 $(PKG)_CHECKSUM := ed7ada03f78ed98cb729e631bd48f121cb5f7ae3
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