Skip to Content.
Sympa Menu

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

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 (5eb5dcb48dfb7a3c56acc18d5a09ad78a2595207)
  • Date: Wed, 5 Mar 2008 23:14:13 -0600

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

utils/dbus/DEPENDS | 13 +++++--------
utils/dbus/HISTORY | 4 ++++
utils/dbus/PREPARE | 1 -
3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 5eb5dcb48dfb7a3c56acc18d5a09ad78a2595207
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dbus: Only seems to work with expat and not libxml2

diff --git a/utils/dbus/DEPENDS b/utils/dbus/DEPENDS
index c30039d..7c5e5f1 100755
--- a/utils/dbus/DEPENDS
+++ b/utils/dbus/DEPENDS
@@ -1,13 +1,11 @@
-depends pkgconfig &&
-if [ "$DBUS_XMLTYPE" == 'y' ]; then
- depends libxml2 '--with-xml=libxml'
-else
- depends expat '--with-xml=expat'
-fi &&
+depends pkgconfig &&
+depends expat '--with-xml=expat' &&
+
optional_depends X11-LIBS \
'-with-x11' \
'-without-x11' \
'X11 support' &&
+
optional_depends doxygen \
'--enable-doxygen-docs' \
'--disable-doxygen-docs' \
@@ -16,5 +14,4 @@ optional_depends doxygen \
optional_depends xmlto \
'--enable-xml-docs' \
'--disable-xml-docs' \
- 'Build XML Documentation'
-
+ 'Build XML Documentation'
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index e91f722..14d291d 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,7 @@
+2008-03-05 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Removed
+ * DEPENDS: Only seems to work with expat, not libxml2
+
2008-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.20

diff --git a/utils/dbus/PREPARE b/utils/dbus/PREPARE
deleted file mode 100755
index 8185145..0000000
--- a/utils/dbus/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query DBUS_XMLTYPE "Use libxml2 instead of expat?" n



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5eb5dcb48dfb7a3c56acc18d5a09ad78a2595207), Eric Sandall, 03/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page