diff src/mesa.mk @ 5706:1dbc2fe52827

mesa3d: Update to version 20.3.5 * src/mesa.mk: Update version and checksum. Replace deprecated keywords.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 28 Mar 2021 13:02:58 +0200
parents fcfd6e32eb1f
children f07e1bce8820
line wrap: on
line diff
--- a/src/mesa.mk	Thu Mar 25 17:55:25 2021 +0100
+++ b/src/mesa.mk	Sun Mar 28 13:02:58 2021 +0200
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := mesa
-$(PKG)_VERSION  := 20.2.6
-$(PKG)_CHECKSUM := fba97064824a3645c5b00bd55618098483f21678
+$(PKG)_VERSION  := 20.3.5
+$(PKG)_CHECKSUM := 444b0b147537ea00c02e779d610009a377649db6
 $(PKG)_SUBDIR   := mesa-$($(PKG)_VERSION)
 $(PKG)_FILE     := mesa-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.freedesktop.org/pub/mesa/$($(PKG)_FILE)
@@ -49,9 +49,9 @@
       $($(PKG)_X11_FLAGS) \
       -Dgallium-drivers=swrast \
       -Dvulkan-drivers='' \
-      -Degl=false \
-      -Dgbm=false \
-      -Dshared-llvm=true
+      -Degl=disabled \
+      -Dgbm=disabled \
+      -Dshared-llvm=enabled
 
   cd '$(1)/.build' && DESTDIR=$(3) ninja -j $(JOBS) install