aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-13 11:09:55 -0500
committerTed Gould <ted@gould.cx>2010-07-13 11:09:55 -0500
commit127dd570e0f0ccb2b07ffb5ee39c89f9446f3c8a (patch)
tree0111433be8c7f822f61b8dcb6ad5d6da63d97c06 /configure.ac
parentdbcc98fc883c5e5d71d560dd8761018614e38f60 (diff)
parentdcdce69d38c1838a73f12d78d35d5e48e52ce742 (diff)
downloadayatana-indicator-datetime-127dd570e0f0ccb2b07ffb5ee39c89f9446f3c8a.tar.gz
ayatana-indicator-datetime-127dd570e0f0ccb2b07ffb5ee39c89f9446f3c8a.tar.bz2
ayatana-indicator-datetime-127dd570e0f0ccb2b07ffb5ee39c89f9446f3c8a.zip
* Merge upstream
* Change menus to come from the service * Autogen update
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c011422..9bf0a3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,9 +34,11 @@ PKG_PROG_PKG_CONFIG
INDICATOR_REQUIRED_VERSION=0.3.0
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
+DBUSMENUGTK_REQUIRED_VERSION=0.1.1
PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION
- dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
+ dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
+ dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)
AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)