diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 22:19:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 22:19:22 -0600 |
commit | dc699314c8b6bb0fec1ddd51c7128bc9505c6e85 (patch) | |
tree | 6be2074899b5004355883808960d440dd1ebf140 /configure.ac | |
parent | 2681e6476dbf2f0373c8791295f6dafd9d7158a1 (diff) | |
parent | b419d049e7fe398e52739183f26cd486b7d9c421 (diff) | |
download | ayatana-indicator-session-dc699314c8b6bb0fec1ddd51c7128bc9505c6e85.tar.gz ayatana-indicator-session-dc699314c8b6bb0fec1ddd51c7128bc9505c6e85.tar.bz2 ayatana-indicator-session-dc699314c8b6bb0fec1ddd51c7128bc9505c6e85.zip |
Use the libindicator image helper to get fallbacks and nicer icons.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f79fa93..da38826 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) ########################### GTK_REQUIRED_VERSION=2.12 -INDICATOR_REQUIRED_VERSION=0.3.0 +INDICATOR_REQUIRED_VERSION=0.3.5 DBUSMENUGTK_REQUIRED_VERSION=0.2.2 POLKIT_REQUIRED_VERSION=0.92 |