diff src/mesa.mk @ 5402:7f42b41d6021

mesa: revert c0d7569adb6c until we use meson to build * src/mesa-1-fixes.patch, src/mesa.mk: reverted
author John Donoghue <john.donoghue@ieee.org>
date Thu, 14 May 2020 10:26:19 -0400
parents c0d7569adb6c
children fb50ae69121c
line wrap: on
line diff
--- a/src/mesa.mk	Wed May 13 19:16:32 2020 -0400
+++ b/src/mesa.mk	Thu May 14 10:26:19 2020 -0400
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 20.0.6
-$(PKG)_CHECKSUM := 5bf6d97770c7f010db3ea27944cfdcda079d39c8
+$(PKG)_VERSION  := 19.0.8
+$(PKG)_CHECKSUM := 5fd340a6304f7501014e1bd7291e4cfa7a6efcdb
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)