diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-10-26 04:22:46 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2009-10-26 22:08:27 +0800 |
commit | 009be331694b442dd859f49c7f02bdef498621ff (patch) | |
tree | eb20eb993eba4e4c520c9a5a4b2970c781b389d5 /configure.ac | |
parent | deafbe738f0293b1cacca8e388aa34ea442818e3 (diff) | |
download | gsoc2013-epiphany-009be331694b442dd859f49c7f02bdef498621ff.tar.gz gsoc2013-epiphany-009be331694b442dd859f49c7f02bdef498621ff.tar.zst gsoc2013-epiphany-009be331694b442dd859f49c7f02bdef498621ff.zip |
Reimplement content type checking
This brings back proper content type reporting, and the 'Open' button
in the download dialog.
Bug #598167
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 8dc78b478..6c77e82f5 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.1.15 +WEBKIT_GTK_REQUIRED=1.1.16 LIBSOUP_GNOME_REQUIRED=2.27.91 GNOME_KEYRING_REQUIRED=2.26.0 |