diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-09-09 16:31:20 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-09-09 16:31:20 -0400 |
commit | 56cbcb5fa4f93fcd5dfaece8ca0eb853490a1cb4 (patch) | |
tree | ca5825e43fcef6059e6a4e2fe4bdfb3187514810 /configure.ac | |
parent | b9ce676a1d912a2e95a7f6511d5491190cf80072 (diff) | |
parent | c10092cc091880a55138bbd23597ef0043115ce7 (diff) | |
download | ayatana-indicator-datetime-56cbcb5fa4f93fcd5dfaece8ca0eb853490a1cb4.tar.gz ayatana-indicator-datetime-56cbcb5fa4f93fcd5dfaece8ca0eb853490a1cb4.tar.bz2 ayatana-indicator-datetime-56cbcb5fa4f93fcd5dfaece8ca0eb853490a1cb4.zip |
releasing version 0.0.6-0ubuntu10.0.6-0ubuntu1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f8997bf..74b9e70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.0.4, ted@canonical.com) +AC_INIT(indicator-datetime, 0.0.6, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.0.4) +AM_INIT_AUTOMAKE(indicator-datetime, 0.0.6) AM_MAINTAINER_MODE @@ -35,11 +35,14 @@ PKG_PROG_PKG_CONFIG INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 DBUSMENUGTK_REQUIRED_VERSION=0.1.1 -GIO_REQUIRED_VERSION=2.25.0 +GIO_REQUIRED_VERSION=2.25.11 +# Note: the GIO check below also ensures the proper glib with gsettings support is present +INDICATOR_DISPLAY_OBJECTS=0.1.10 PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION + libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS gio-2.0 >= $GIO_REQUIRED_VERSION) AC_SUBST(INDICATOR_CFLAGS) |