diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-20 17:33:45 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-28 16:26:42 +0800 |
commit | 160736f1ea4964d5f6164c42913c094c6d25774f (patch) | |
tree | da07d6b9317eb95491663dd6950aa39fee5b570b | |
parent | c7fdc8433c02694a4f456e4f7abfc44b93cecb70 (diff) | |
download | gsoc2013-empathy-160736f1ea4964d5f6164c42913c094c6d25774f.tar gsoc2013-empathy-160736f1ea4964d5f6164c42913c094c6d25774f.tar.gz gsoc2013-empathy-160736f1ea4964d5f6164c42913c094c6d25774f.tar.bz2 gsoc2013-empathy-160736f1ea4964d5f6164c42913c094c6d25774f.tar.lz gsoc2013-empathy-160736f1ea4964d5f6164c42913c094c6d25774f.tar.xz gsoc2013-empathy-160736f1ea4964d5f6164c42913c094c6d25774f.tar.zst gsoc2013-empathy-160736f1ea4964d5f6164c42913c094c6d25774f.zip |
bump GTK+ dep to 2.22.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 53b60f781..2b80f37d9 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ FOLKS_REQUIRED=0.1.15 GCONF_REQUIRED=1.2.0 GLIB_REQUIRED=2.25.9 GNUTLS_REQUIRED=2.8.5 -GTK_REQUIRED=2.21.2 +GTK_REQUIRED=2.22.0 KEYRING_REQUIRED=2.26.0 LIBCANBERRA_GTK_REQUIRED=0.4 LIBNOTIFY_REQUIRED=0.4.4 |