diff options
author | Ted Gould <ted@gould.cx> | 2010-02-19 16:24:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-19 16:24:25 -0600 |
commit | 9200b55f5fec3507a1520822fad12401a9abab6a (patch) | |
tree | 5ef712c71e3d650146b9026a83fb1b5f4785eb8a /configure.ac | |
parent | 49cdb8cc49896200529da5b7888a3bf49938e95f (diff) | |
download | libayatana-indicator-9200b55f5fec3507a1520822fad12401a9abab6a.tar.gz libayatana-indicator-9200b55f5fec3507a1520822fad12401a9abab6a.tar.bz2 libayatana-indicator-9200b55f5fec3507a1520822fad12401a9abab6a.zip |
No reason we need newer APIs than this.
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 24293c5..04f70fc 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) GTK_REQUIRED_VERSION=2.18 DBUS_REQUIRED_VERSION=0.76 -GIO_UNIX_REQUIRED_VERSION=2.23 +GIO_UNIX_REQUIRED_VERSION=2.22 PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION |