diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-25 00:14:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-25 00:14:06 +0800 |
commit | 8f55632cbe17afecef8c2ebf403c44b48769b576 (patch) | |
tree | 65805136227a7b868d538431c29475b993314e42 | |
parent | b4257bf335e7cfbc7e0a9056a34d273ee6448a24 (diff) | |
download | gsoc2013-epiphany-8f55632cbe17afecef8c2ebf403c44b48769b576.tar.gz gsoc2013-epiphany-8f55632cbe17afecef8c2ebf403c44b48769b576.tar.zst gsoc2013-epiphany-8f55632cbe17afecef8c2ebf403c44b48769b576.zip |
configure.ac: require WebKitGTK+ 1.1.13
Just a sanity check so that we don't end up with two keyring support
features in our session accidentally.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17c64c4f9..5751b2a75 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.11 +WEBKIT_GTK_REQUIRED=1.1.13 LIBSOUP_GNOME_REQUIRED=2.26.0 GNOME_KEYRING_REQUIRED=2.26.0 |