changeset 5538:434de7d10cba

* src/mesa.mk: Update to v20.1.8
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 19 Sep 2020 10:41:56 +0200
parents 15ad3e21dc17
children fa6fca3c12d7
files src/mesa.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/mesa.mk	Thu Sep 17 17:44:16 2020 +0200
+++ b/src/mesa.mk	Sat Sep 19 10:41:56 2020 +0200
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 20.0.8
-$(PKG)_CHECKSUM := 54be52b058b931212b5994e8974c417b4b6c3157
+$(PKG)_VERSION  := 20.1.8
+$(PKG)_CHECKSUM := 839dc64706b61c61f9ec49908ea25aeb99c1d70c
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)
@@ -48,7 +48,7 @@
       -Dgallium-drivers=swrast \
       -Dvulkan-drivers='' \
       -Degl=false \
-      -Dgbm=false  \
+      -Dgbm=false \
       -Dshared-llvm=true
 
   cd '$(1)/.build' && DESTDIR=$(3) ninja -j $(JOBS) install