aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barth <david.barth@canonical.com>2010-07-22 19:23:07 +0200
committerDavid Barth <david.barth@canonical.com>2010-07-22 19:23:07 +0200
commit497a7116e0c02f8073a2e975a03d27cb713299aa (patch)
tree88a472f9ccb95df8d58c918298d24be8d7806527
parente8979406add3d80ff89c5a0707effc0a603eaa77 (diff)
downloadayatana-indicator-datetime-497a7116e0c02f8073a2e975a03d27cb713299aa.tar.gz
ayatana-indicator-datetime-497a7116e0c02f8073a2e975a03d27cb713299aa.tar.bz2
ayatana-indicator-datetime-497a7116e0c02f8073a2e975a03d27cb713299aa.zip
make sure we get the new IDO calendar menu item
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 58018cf..2300d7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,10 +37,12 @@ DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
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)