diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-20 19:17:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-20 19:17:43 +0800 |
commit | f7b3d7e2762ff0682a37ad9928414ddc3df53a2a (patch) | |
tree | 18c83ee2fc4a8c4ab3e4aca4888d1a637f3c2875 /configure.ac | |
parent | d244ad7072e081af90a9c34065c758feb42bed69 (diff) | |
download | gsoc2013-epiphany-f7b3d7e2762ff0682a37ad9928414ddc3df53a2a.tar.gz gsoc2013-epiphany-f7b3d7e2762ff0682a37ad9928414ddc3df53a2a.tar.zst gsoc2013-epiphany-f7b3d7e2762ff0682a37ad9928414ddc3df53a2a.zip |
configure.ac: we require WebKitGTK+ 1.7.92 now
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 9588e361d..043a16c35 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ GLIB_REQUIRED=2.31.2 GTK_REQUIRED=3.3.14 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 -WEBKIT_GTK_REQUIRED=1.7.3 +WEBKIT_GTK_REQUIRED=1.7.92 LIBSOUP_GNOME_REQUIRED=2.37.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 |