diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-26 17:34:23 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-26 17:35:38 +0800 |
commit | 6ef033c1ed5f1626ce565f72664e258f8ef3cc79 (patch) | |
tree | 41cced8678794f111962088f7c76b1f7460f6cb6 /configure.ac | |
parent | 6697ac29a87afd06c2755d2fb4d87069cad6cf68 (diff) | |
download | gsoc2013-epiphany-6ef033c1ed5f1626ce565f72664e258f8ef3cc79.tar gsoc2013-epiphany-6ef033c1ed5f1626ce565f72664e258f8ef3cc79.tar.gz gsoc2013-epiphany-6ef033c1ed5f1626ce565f72664e258f8ef3cc79.tar.bz2 gsoc2013-epiphany-6ef033c1ed5f1626ce565f72664e258f8ef3cc79.tar.lz gsoc2013-epiphany-6ef033c1ed5f1626ce565f72664e258f8ef3cc79.tar.xz gsoc2013-epiphany-6ef033c1ed5f1626ce565f72664e258f8ef3cc79.tar.zst gsoc2013-epiphany-6ef033c1ed5f1626ce565f72664e258f8ef3cc79.zip |
Adapt to the new format form global menus
This requires a GTK+ newer than eed30771.
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 25d4d793c..ac5ee4766 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.31.2 -GTK_REQUIRED=3.3.8 +GTK_REQUIRED=3.3.11 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 WEBKIT_GTK_REQUIRED=1.7.3 |