comparison src/mesa.mk @ 6298:1b5da82fbbd5

* src/mesa.mk: update to v22.1.3
author John Donoghue <john.donoghue@ieee.org>
date Thu, 07 Jul 2022 08:31:35 -0400
parents 326fb0bb3f96
children 8a36987a6132
comparison
equal deleted inserted replaced
6297:0d34a67863cc 6298:1b5da82fbbd5
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.2 5 $(PKG)_VERSION := 22.1.3
6 $(PKG)_CHECKSUM := c651193e4674d2afc2fe7b8f67e798ca63cfc2f7 6 $(PKG)_CHECKSUM := 8d27ed72beee3939b3e81793dc081c4a6dc69593
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