diff options
author | Xan Lopez <xan@gnome.org> | 2010-06-13 05:16:28 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-08-31 04:32:59 +0800 |
commit | 5eee40749fb1738bcd2ada840f039ff4bd3bc8ab (patch) | |
tree | 78452253f4d5da81316a20e4d7677b7e40483dcd | |
parent | 7af882d9bb8e04ee2e451ccfff3a14d91a849704 (diff) | |
download | gsoc2013-epiphany-5eee40749fb1738bcd2ada840f039ff4bd3bc8ab.tar gsoc2013-epiphany-5eee40749fb1738bcd2ada840f039ff4bd3bc8ab.tar.gz gsoc2013-epiphany-5eee40749fb1738bcd2ada840f039ff4bd3bc8ab.tar.bz2 gsoc2013-epiphany-5eee40749fb1738bcd2ada840f039ff4bd3bc8ab.tar.lz gsoc2013-epiphany-5eee40749fb1738bcd2ada840f039ff4bd3bc8ab.tar.xz gsoc2013-epiphany-5eee40749fb1738bcd2ada840f039ff4bd3bc8ab.tar.zst gsoc2013-epiphany-5eee40749fb1738bcd2ada840f039ff4bd3bc8ab.zip |
configure.ac: update required GTK+ version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b405ae014..15a0f1bd8 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.19.7 -GTK_REQUIRED=2.19.5 +GTK_REQUIRED=2.21.2 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |