Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e89abf7192a93ffc1d1121533d0abbd55797fe9d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e89abf7192a93ffc1d1121533d0abbd55797fe9d)
  • Date: Wed, 27 Sep 2017 18:16:12 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

graphics-libs/mesalib/DEPENDS | 7 ++++++-
graphics-libs/mesalib/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit e89abf7192a93ffc1d1121533d0abbd55797fe9d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mesalib: ensure presence of libxml2 with PYTHON

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index f3f9fd7..3cc25e1 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -15,6 +15,12 @@ depends glproto &&
depends presentproto &&
depends libxshmfence &&
depends nettle &&
+# Build process needs to work on some XML with that.
+# I do not test all configurations, therefore I pulled
+# the direct python dependency out of the llvm branch,
+# to be on the safe side.
+depends python &&
+depends -sub PYTHON libxml2 &&

optional_depends dri3proto "--enable-dri3" "" "DRI3 support" &&

@@ -40,7 +46,6 @@ case ${MESALIB_BUILD} in
if is_depends_enabled "${SPELL}" "llvm"; then
depends LIBELF &&
depends mako &&
- depends python &&

local AVAILABLE_GALLIUM="i915 nouveau r300 r600 radeonsi freedreno svga
swrast vc4 virgl etnaviv imx" &&

diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 268e19f..e5fa53d 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: libxml2 with PYTHON
+
2017-09-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 17.2.1




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e89abf7192a93ffc1d1121533d0abbd55797fe9d), Thomas Orgis, 09/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page