From 430adc91c1dd075a89a3aa4d45efc15424d4ed9e Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 27 Nov 2020 10:41:08 +0300 Subject: [PATCH] mesa ver. bump --- x11/library/mesa/actions.py | 4 +++- x11/library/mesa/pspec.xml | 13 +++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/x11/library/mesa/actions.py b/x11/library/mesa/actions.py index 26a567a118..aa12ff4cd5 100644 --- a/x11/library/mesa/actions.py +++ b/x11/library/mesa/actions.py @@ -27,6 +27,7 @@ def setup(): -Dgallium-nine=true \ -Dvulkan-drivers=amd,intel \ -Dvulkan-device-select-layer=true \ + -Dvulkan-device-select-layer=true \ -Dshared-glapi=enabled \ -Dgles1=enabled \ -Dgles2=enabled \ @@ -52,7 +53,8 @@ def setup(): shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig") shelltools.export("LLVM_CONFIG","/usr/bin/llvm-config-32") else: options += " -Dgallium-omx=bellagio -Dlmsensors=enabled -Dzstd=enabled" - + + pisitools.ldflags.add("-fuse-ld=lld") mesontools.configure(options) def build(): diff --git a/x11/library/mesa/pspec.xml b/x11/library/mesa/pspec.xml index 20cb92d941..4e1389d34c 100644 --- a/x11/library/mesa/pspec.xml +++ b/x11/library/mesa/pspec.xml @@ -13,7 +13,7 @@ app:console Mesa graphics libraries and utilities Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. - https://mesa.freedesktop.org/archive/mesa-20.2.2.tar.xz + https://mesa.freedesktop.org/archive/mesa-20.2.3.tar.xz meson valgrind @@ -43,6 +43,7 @@ nettle-devel python3-mako llvm + lld-devel llvm-clang-devel libxshmfence-devel automake @@ -215,11 +216,11 @@ - 2020-11-27 - 20.2.2 - Version bump. - İdris Kalp - idriskalp@gmail.com + 2020-11-24 + 20.2.3 + Version bump + Mustafa Cinasal + muscnsl@gmail.com 2020-10-17