Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (39c0621ebc422855118ab814760c0f06b2351534)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (39c0621ebc422855118ab814760c0f06b2351534)
  • Date: Tue, 22 Nov 2022 04:19:28 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/DEPENDS | 2 +-
graphics-libs/mesa/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 39c0621ebc422855118ab814760c0f06b2351534
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: fixed libglvnd flag vanishing if enabled

diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index 8b81f73..8197b57 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -71,7 +71,7 @@ optional_depends libglvnd "glvnd=true" "glvnd=false"
"enable GLVND support'" &&
optional_depends zstd "" "" "to compress disk cache" &&

if is_depends_enabled "$SPELL" libglvnd; then
- vdepends <<< 'libglvnd >= 1.3.2'
+ vdepends <<< 'libglvnd >= 1.3.2 flags: glvnd=true'
else
optional_depends smgl-gl_select '' '' 'allow select OPENGL provider'
fi &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 5771d75..f39c674 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-11-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added glvnd=true to vdepends as well so it won't get lost
+
2022-11-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 22.2.4




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (39c0621ebc422855118ab814760c0f06b2351534), Pavel Vinogradov, 11/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page