[SM-Commit] GIT changes to master grimoire by Eric Sandall (800868dc7d88c0ce94dfd2ace8583ed57dbdb715)
Eric Sandall
scm at sourcemage.org
Tue Jan 27 17:58:20 EST 2009
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
More information about the SM-Commit
mailing list