[Galago-commits] r2411 - trunk/libnotify-ng
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Tue Jan 10 23:33:56 PST 2006
Author: chipx86
Date: 2006-01-10 23:33:55 -0800 (Tue, 10 Jan 2006)
New Revision: 2411
Modified:
trunk/libnotify-ng/ChangeLog
trunk/libnotify-ng/configure.ac
Log:
Require D-BUS 0.36+.
Modified: trunk/libnotify-ng/ChangeLog
===================================================================
--- trunk/libnotify-ng/ChangeLog 2006-01-11 07:33:17 UTC (rev 2410)
+++ trunk/libnotify-ng/ChangeLog 2006-01-11 07:33:55 UTC (rev 2411)
@@ -1,3 +1,8 @@
+Tue Jan 10 23:33:47 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * configure.ac:
+ - Require D-BUS 0.36+.
+
Tue Jan 10 22:55:35 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* tests/test-default-action.c:
Modified: trunk/libnotify-ng/configure.ac
===================================================================
--- trunk/libnotify-ng/configure.ac 2006-01-11 07:33:17 UTC (rev 2410)
+++ trunk/libnotify-ng/configure.ac 2006-01-11 07:33:55 UTC (rev 2411)
@@ -89,7 +89,8 @@
AC_CHECK_LIB([popt], [poptGetArg], , AC_MSG_ERROR([Popt is required]))
-pkg_modules="gtk+-2.0 >= 2.2.2 glib-2.0 >= 2.2.2, dbus-1 >= 0.35, dbus-glib-1 >= 0.35"
+REQ_DBUS_VERSION=0.36
+pkg_modules="gtk+-2.0 >= 2.2.2 glib-2.0 >= 2.2.2, dbus-1 >= $REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
More information about the galago-commits
mailing list