diff options
author | Dan Winship <danw@gnome.org> | 2010-12-08 02:33:33 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2011-02-03 06:29:09 +0800 |
commit | db444bd5cee470b00414662d0c5dba206f367df4 (patch) | |
tree | 371339df7f3bab16caa4f21f31c6352a087d7776 /configure.ac | |
parent | dadf1744d4f1c8151b20af9c07927fc9cb93cfee (diff) | |
download | gsoc2013-epiphany-db444bd5cee470b00414662d0c5dba206f367df4.tar.gz gsoc2013-epiphany-db444bd5cee470b00414662d0c5dba206f367df4.tar.zst gsoc2013-epiphany-db444bd5cee470b00414662d0c5dba206f367df4.zip |
ephy-embed-single: Update to use direct-from-libsoup SoupCache
and update configure.ac to require the corresponding libsoup
https://bugzilla.gnome.org/show_bug.cgi?id=636861
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 bded6fcbd..6e7e7209e 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 DBUS_GLIB_REQUIRED=0.35 WEBKIT_GTK_REQUIRED=1.3.9 -LIBSOUP_GNOME_REQUIRED=2.29.91 +LIBSOUP_GNOME_REQUIRED=2.33.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 |