diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-25 10:39:28 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-25 10:39:50 +0800 |
commit | 49bb0ce0babf12de78673278c1a9fd7abd21f608 (patch) | |
tree | d3345b0df1a973a0c7211471b28f92906da55233 /configure.ac | |
parent | d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94 (diff) | |
download | gsoc2013-epiphany-49bb0ce0babf12de78673278c1a9fd7abd21f608.tar.gz gsoc2013-epiphany-49bb0ce0babf12de78673278c1a9fd7abd21f608.tar.zst gsoc2013-epiphany-49bb0ce0babf12de78673278c1a9fd7abd21f608.zip |
configure.ac: require GTK+ 3.5.2 for OSD style class
https://bugzilla.gnome.org/show_bug.cgi?id=676784
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 73472f0fd..a1a9faf54 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.31.2 -GTK_REQUIRED=3.3.14 +GTK_REQUIRED=3.5.2 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 WEBKIT_GTK_REQUIRED=1.7.92 |