diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-15 23:56:32 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-15 23:56:32 +0800 |
commit | b10823a453d7189c1b3515a8bd075a91d91e796b (patch) | |
tree | a15a1e6f8c65f21dfeadf8832463e9b5a9eeda8d /configure.ac | |
parent | 91aa125dff5bbd4e967aa4cbec4892b4158c2f5b (diff) | |
download | gsoc2013-empathy-b10823a453d7189c1b3515a8bd075a91d91e796b.tar gsoc2013-empathy-b10823a453d7189c1b3515a8bd075a91d91e796b.tar.gz gsoc2013-empathy-b10823a453d7189c1b3515a8bd075a91d91e796b.tar.bz2 gsoc2013-empathy-b10823a453d7189c1b3515a8bd075a91d91e796b.tar.lz gsoc2013-empathy-b10823a453d7189c1b3515a8bd075a91d91e796b.tar.xz gsoc2013-empathy-b10823a453d7189c1b3515a8bd075a91d91e796b.tar.zst gsoc2013-empathy-b10823a453d7189c1b3515a8bd075a91d91e796b.zip |
depends on GTK+ 2.91.6 as we use the new style API
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 00087c6ca..71d07592d 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_COPYRIGHT([ FOLKS_REQUIRED=0.3.3 GLIB_REQUIRED=2.27.2 GNUTLS_REQUIRED=2.8.5 -GTK_REQUIRED=2.91.3 +GTK_REQUIRED=2.91.6 KEYRING_REQUIRED=2.26.0 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 |