From 41ce34b085866d2339e687eafee321d93becf62f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 7 May 2021 13:03:53 -0500 Subject: [PATCH] Update to mesa-21.1.0. --- introduction/welcome/changelog.xml | 9 +++++++-- packages.ent | 4 ++-- x/installing/mesa.xml | 16 ++++++++++------ 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c7cb7a99f5..dc7cae73a5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,12 +43,17 @@ May 7th, 2021 + + [bdubbs] - Update to mesa-21.1.0. Fixes + #14758. + [timtas] - Update to thunar-4.16.7. Fixes #15003. - - + + + May 6th, 2021 diff --git a/packages.ent b/packages.ent index 7eec929f9e..aa85bfe0b3 100644 --- a/packages.ent +++ b/packages.ent @@ -697,8 +697,8 @@ to avoid building libxml2 twice, which is slow with all deps --> - - + + diff --git a/x/installing/mesa.xml b/x/installing/mesa.xml index 4038111414..ee29bb0996 100644 --- a/x/installing/mesa.xml +++ b/x/installing/mesa.xml @@ -6,10 +6,10 @@ - + - - + + ]> @@ -235,7 +235,7 @@ meson --prefix=$XORG_PREFIX \ -Dgallium-drivers=$GALLIUM_DRV \ -Dgallium-nine=false \ -Dglx=dri \ - -Dosmesa=gallium \ + -Dosmesa=true \ -Dvalgrind=disabled \ -Dlibunwind=disabled \ .. && @@ -244,12 +244,16 @@ unset GALLIUM_DRV DRI_DRIVERS && ninja + + This package no longer comes with a test suite. + + Now, as the root user: @@ -294,7 +298,7 @@ cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version; - -Dosmesa=gallium: This switch enables building + -Dosmesa=true: This switch disables building the libOSMesa library and provides Gallium3D support in it. It requires the swrast gallium driver.