diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-08-15 06:55:51 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-08-15 06:55:51 +0800 |
commit | dae7a937636809bb90487c539ffac7185e5c1299 (patch) | |
tree | 91f248c1dea2b2ebcbaf844610244613ed083694 | |
parent | aefbb7f4a30188b281becee9d61b4b519c625a9f (diff) | |
download | gsoc2013-epiphany-dae7a937636809bb90487c539ffac7185e5c1299.tar gsoc2013-epiphany-dae7a937636809bb90487c539ffac7185e5c1299.tar.gz gsoc2013-epiphany-dae7a937636809bb90487c539ffac7185e5c1299.tar.bz2 gsoc2013-epiphany-dae7a937636809bb90487c539ffac7185e5c1299.tar.lz gsoc2013-epiphany-dae7a937636809bb90487c539ffac7185e5c1299.tar.xz gsoc2013-epiphany-dae7a937636809bb90487c539ffac7185e5c1299.tar.zst gsoc2013-epiphany-dae7a937636809bb90487c539ffac7185e5c1299.zip |
Bump GTK+ requirement to be able to build tests/.
svn path=/trunk/; revision=8420
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 42aace7ec..a27458ed8 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.16.0 -GTK_REQUIRED=2.12.0 +GTK_REQUIRED=2.13.0 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBGLADE_REQUIRED=2.3.1 |