diff options
author | Xan Lopez <xan@gnome.org> | 2010-10-05 13:17:10 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-10-05 13:17:10 +0800 |
commit | 60d08f64c2466ce8eda20d832239ec6defc9ef06 (patch) | |
tree | 50d15ca3a0d800c55803f17b410ea79901f3f776 /configure.ac | |
parent | 6a9728101fa10bc47a2298fed0783316964eb84d (diff) | |
download | gsoc2013-epiphany-60d08f64c2466ce8eda20d832239ec6defc9ef06.tar.gz gsoc2013-epiphany-60d08f64c2466ce8eda20d832239ec6defc9ef06.tar.zst gsoc2013-epiphany-60d08f64c2466ce8eda20d832239ec6defc9ef06.zip |
Require GTK+ 2.91.1
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 16166e668..006c54001 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.19.7 -GTK_REQUIRED=2.90.7 +GTK_REQUIRED=2.91.1 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |