[SM-Commit] GIT changes to master grimoire by Julien ROZO (cbd5b537c11215c222a964ff4a27fbfc09b667cd)
Julien ROZO
scm at sourcemage.org
Tue Dec 23 09:04:27 EST 2008
GIT changes to master grimoire by Julien ROZO <julien at rozo.org>:
utils/dbus/DEPENDS | 4 ++--
utils/dbus/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 1ed67bd65db1e6c2572196f93c02a9875d440f58
Author: Julien ROZO <julien at rozo.org>
Commit: Julien ROZO <julien at rozo.org>
dbus: in DEPEND, changed with{out}-x11 flag to with{out}-x flag
diff --git a/utils/dbus/DEPENDS b/utils/dbus/DEPENDS
index da4b5cd..e3c3c30 100755
--- a/utils/dbus/DEPENDS
+++ b/utils/dbus/DEPENDS
@@ -2,8 +2,8 @@ depends pkgconfig &&
depends expat '--with-xml=expat' &&
optional_depends xorg-libs \
- '-with-x11' \
- '-without-x11' \
+ '-with-x' \
+ '-without-x' \
'for X11 support' &&
optional_depends doxygen \
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index da4b334..4281401 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,6 @@
+2008-12-23 Julien "_kaze_" ROZO <julien at rozo.org>
+ * DEPENDS: changed with{out}-x11 flag to with{out}-x flag
+
2008-12-09 Ladislav Hagara <hgr at vabo.cz>
* DETAILS: 1.2.8, SECURITY_PATCH=4, CVE-2008-4311
More information about the SM-Commit
mailing list