Skip to Content.
Sympa Menu

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

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 (7015e8a60ab5d7da4f12af70bb150a55e64bbb44)
  • Date: Tue, 28 Mar 2023 19:15:44 +0000

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

libs/libva/DEPENDS | 4 ++--
libs/libva/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 7015e8a60ab5d7da4f12af70bb150a55e64bbb44
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/libva: optionally depends on OPENGL if libx11 is selected

diff --git a/libs/libva/DEPENDS b/libs/libva/DEPENDS
index d927fa50..05c5614 100755
--- a/libs/libva/DEPENDS
+++ b/libs/libva/DEPENDS
@@ -1,7 +1,6 @@
source $GRIMOIRE/MESON_DEPENDS &&

optional_depends doxygen enable_docs={true,false} "build docs" &&
-optional_depends MESA with_glx={yes,no} "VA/GLX API support" &&
optional_depends libdrm disable_drm={false,true} "DRM driver" &&

# Those should be optional in future. Interdependencies of the
@@ -9,6 +8,7 @@ optional_depends libdrm disable_drm={false,true} "DRM
driver" &&
optional_depends libx11 with_x11={yes,no} "X11 driver" &&
if is_depends_enabled $SPELL libx11; then
depends libxfixes &&
- depends libxext
+ depends libxext &&
+ optional_depends MESA with_glx={yes,no} "VA/GLX API support"
fi &&
optional_depends wayland with_wayland={yes,no} "Wayland driver"
diff --git a/libs/libva/HISTORY b/libs/libva/HISTORY
index 18764d6..37f652c 100644
--- a/libs/libva/HISTORY
+++ b/libs/libva/HISTORY
@@ -1,3 +1,6 @@
+2023-03-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: optionally depends on OPENGL if libx11 is selected
+
2023-03-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.18.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7015e8a60ab5d7da4f12af70bb150a55e64bbb44), Pavel Vinogradov, 03/28/2023

Archive powered by MHonArc 2.6.24.

Top of Page