Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (800868dc7d88c0ce94dfd2ace8583ed57dbdb715)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (800868dc7d88c0ce94dfd2ace8583ed57dbdb715)
  • Date: Tue, 27 Jan 2009 16:58:20 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics-libs/mesalib/DEPENDS | 5 +++++
graphics-libs/mesalib/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 800868dc7d88c0ce94dfd2ace8583ed57dbdb715
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mesalib: Force dependency on libdrm if libdrm < 2.4.3
Thanks to Jaka. :)

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index da4dd00..36e5669 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -16,6 +16,11 @@ depends libxau &&
depends libxfixes &&
depends glproto &&

+if spell_ok libdrm && [[ $(installed_version libdrm) < 2.4.3 ]]; then
+ force_depends libdrm
+fi &&
+
+
if [[ $MESALIB_GIT == y ]]; then
depends git
fi
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index b873264..381a7af 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2009-01-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Force dependency on libdrm if libdrm < 2.4.3
+
2009-01-23 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 7.3
* DEPENDS: Depends on dri2proto



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (800868dc7d88c0ce94dfd2ace8583ed57dbdb715), Eric Sandall, 01/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page