diff options
author | David Zeuthen <davidz@redhat.com> | 2008-11-11 09:31:16 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2008-11-11 09:31:16 -0500 |
commit | 91c5085c6e755768ffb2b9e4acecd18bd361f727 (patch) | |
tree | 0671f506b3475d1250b6793f1c8d5a0b8ff729d8 /configure.ac | |
parent | 46ce9a587ff0ca088262c8dd57013c16823b141b (diff) |
fix up deps and build system
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e93feaf..fd4fb2d 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0]) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) -PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= 0.74]) +PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= 0.76]) AC_SUBST(DBUS_GLIB_CFLAGS) AC_SUBST(DBUS_GLIB_LIBS) @@ -138,7 +138,7 @@ if test "x$GCC" = "xyes"; then LDFLAGS="-Wl,--as-needed $LDFLAGS" fi -IT_PROG_INTLTOOL([0.36.0]) +IT_PROG_INTLTOOL([0.40.0]) GETTEXT_PACKAGE=DeviceKit-power AC_SUBST([GETTEXT_PACKAGE]) AM_GLIB_GNU_GETTEXT |