Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6544291f52e5c19b012a04595297554b8bedd7ee)
  • Date: Wed, 16 Aug 2006 15:53:01 -0500

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

libs/sdl/HISTORY | 5 +++++
libs/sdl/PRE_SUB_DEPENDS | 5 +++++
libs/sdl/SUB_DEPENDS | 4 ++++
3 files changed, 14 insertions(+)

New commits:
commit 6544291f52e5c19b012a04595297554b8bedd7ee
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Sub-depend support for sdl being built with X11-LIBS. Package to come
later that uses this.

diff --git a/libs/sdl/HISTORY b/libs/sdl/HISTORY
index 68523d1..161befd 100644
--- a/libs/sdl/HISTORY
+++ b/libs/sdl/HISTORY
@@ -1,3 +1,8 @@
+2006-08-15 Eric Sandall <eric AT sandall.us>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS, DEPENDS: Sub-depends support for sdl
being
+ built with X11-LIBS. Testing with Sorcery 1.13.7-rc1 (no
sub_depends) and
+ 20060729 (sub_depends).
+
2006-07-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: new SOURCE_HASH [Bug 12886]

diff --git a/libs/sdl/PRE_SUB_DEPENDS b/libs/sdl/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..d519d53
--- /dev/null
+++ b/libs/sdl/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+X11-LIBS) is_depends_enabled $SPELL X11-LIBS && return 0 ;;
+esac &&
+
+return 1
diff --git a/libs/sdl/SUB_DEPENDS b/libs/sdl/SUB_DEPENDS
new file mode 100755
index 0000000..54ae244
--- /dev/null
+++ b/libs/sdl/SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+X11-LIBS) depends X11-LIBS '--with-x' ;;
+ *) echo unknown sub-depends!!! ; return 1 ;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6544291f52e5c19b012a04595297554b8bedd7ee), Eric Sandall, 08/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page