[SM-Commit] GIT changes to master grimoire by Eric Sandall (4c31db4cb21cec07d74b6f2bce035107d9779022)

Eric Sandall scm at sourcemage.org
Tue Jul 10 22:58:01 EDT 2007


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

 e/ecore/DEPENDS |   12 ++++--------
 e/ecore/HISTORY |    3 +++
 2 files changed, 7 insertions(+), 8 deletions(-)

New commits:
commit 4c31db4cb21cec07d74b6f2bce035107d9779022
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    ecore: Depends on dbus now (Bug #13871)

diff --git a/e/ecore/DEPENDS b/e/ecore/DEPENDS
index 7fc4102..4b0f0da 100755
--- a/e/ecore/DEPENDS
+++ b/e/ecore/DEPENDS
@@ -1,5 +1,6 @@
-depends  evas                   &&
-depends  curl  '--enable-curl'  &&
+depends  curl  '--enable-curl'        &&
+depends  dbus  '--enable-ecore-dbus'  &&
+depends  evas                         &&
 
 if [ "$ECORE_CVS" = "y" ]; then
   depends  libtool   &&
@@ -25,9 +26,4 @@ optional_depends  directfb                                       \
 optional_depends  xscreensaver                       \
                   ""                                 \
                   ""                                 \
-                  "for XScreenSaver screen locking"  &&
-
-optional_depends  dbus                               \
-                  '--enable-ecore-dbus'              \
-                  '--disable-ecore-dbus'             \
-                  'for D-BUS IPC messaging support'
+                  "for XScreenSaver screen locking"
diff --git a/e/ecore/HISTORY b/e/ecore/HISTORY
index a5b3b9a..c67ec00 100644
--- a/e/ecore/HISTORY
+++ b/e/ecore/HISTORY
@@ -1,3 +1,6 @@
+2007-07-10 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Ecore now requires dbus (Bug #13871)
+
 2007-02-22 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: curl is no longer optional, but required
 



More information about the SM-Commit mailing list