summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2022-11-21 23:17:05 -0500
committerPavel Vinogradov2022-11-21 23:18:15 -0500
commit39c0621ebc422855118ab814760c0f06b2351534 (patch)
tree1f589167af9bcb02e2207ca263987784704b859e /graphics-libs
parentf46e341d95b152042c6e13b9e889b51d633ee705 (diff)
graphics-libs/mesa: fixed libglvnd flag vanishing if enabled
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/mesa/DEPENDS2
-rw-r--r--graphics-libs/mesa/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index 8b81f73476..8197b57ec5 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 5771d75d9c..f39c674e75 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-11-21 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: added glvnd=true to vdepends as well so it won't get lost
+
2022-11-16 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 22.2.4