diff options
author | Ted Gould <ted@gould.cx> | 2010-01-21 13:59:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-21 13:59:25 -0600 |
commit | f2b83652616aa17c85728eb7539d03500525b969 (patch) | |
tree | f73ea19bcf3e8f4af5e4d94d085a22b8fdc7291e /configure.ac | |
parent | 38e8cebe7b5a6190bb504af82f483057327c1d25 (diff) | |
parent | a9bf19636361c1d4a912db0a4d51d21d025b4640 (diff) | |
download | libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.tar.gz libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.tar.bz2 libayatana-appindicator-f2b83652616aa17c85728eb7539d03500525b969.zip |
Adding support for a file tracking add and touch times for applications for ordering them.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ebd6b20..5855168 100644 --- a/configure.ac +++ b/configure.ac @@ -40,9 +40,11 @@ AC_CONFIG_MACRO_DIR(m4) GTK_REQUIRED_VERSION=2.12 INDICATOR_REQUIRED_VERSION=0.3.0 DBUSMENUGTK_REQUIRED_VERSION=0.1.1 +JSON_GLIB_REQUIRED_VERSION=0.7.6 PKG_CHECK_MODULES(INDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION + json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION) AC_SUBST(INDICATOR_CFLAGS) @@ -51,6 +53,7 @@ AC_SUBST(INDICATOR_LIBS) ########################### # Check for Mono support ########################### + MONO_REQUIRED_VERSION=1.0 PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false) |