Skip to Content.
Sympa Menu

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

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 (7a92c4442843d3c6ad6885fe2d2bb38b96bd12e7)
  • Date: Thu, 21 Jan 2010 13:32:51 -0600

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

libs/libdrm/HISTORY | 3 +++
libs/libdrm/REPAIR^none^PRE_SUB_DEPENDS | 5 +++++
2 files changed, 8 insertions(+)

New commits:
commit 7a92c4442843d3c6ad6885fe2d2bb38b96bd12e7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libdrm: REPAIR^none^PRE_SUB_DEPEND is needed, thanks Arwed :)

From Arwed:
Sorry to bug you again, but the REPAIR^none^PRE_SUB_DEPENDS is needed,
since PRE_SUB_DEPENDS is taken from the tablet. SUB_DEPENDS is taken
from the grimoire, so doesn't need a REPAIR file.

Oh look, it's even explained at the bottom of
http://www.sourcemage.org/REPAIR_FILES :)

diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index 66320b1..8c73dc8 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,6 @@
+2010-01-21 Eric Sandall <sandalle AT sourcemage.org>
+ * REPAIR^none^PRE_SUB_DEPEND: This is needed, thanks Arwed. :)
+
2010-01-20 Eric Sandall <sandalle AT sourcemage.org>
* {PRE_,}SUB_DEPENDS: Use correct flag ('y' not --enable-intel)
* BUILD: Pass --enable-intel when Intel KMS API is wanted
diff --git a/libs/libdrm/REPAIR^none^PRE_SUB_DEPENDS
b/libs/libdrm/REPAIR^none^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..688b0c9
--- /dev/null
+++ b/libs/libdrm/REPAIR^none^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ INTEL) [[ "$LIBDRM_INTEL" == "y" ]] && return 0 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7a92c4442843d3c6ad6885fe2d2bb38b96bd12e7), Eric Sandall, 01/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page