diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-23 19:48:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-23 19:48:51 +0800 |
commit | 6e63719484801e93f2b570d8c416645d71815c8e (patch) | |
tree | 63a6c258190a829d5c65587efe66331f161f0d1b /configure.ac | |
parent | 8256ad318861ef0fa4c4a9f88c915afc56ab09bb (diff) | |
download | gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.gz gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.bz2 gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.lz gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.xz gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.zst gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.zip |
Use libsoup, getting the session from webkit, to handle cookies.
Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on
2.25.91, although we actually need trunk to get working code.
svn path=/trunk/; revision=8811
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 585b3d09e..b5d602c2f 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,7 @@ LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 WEBKIT_GTK_REQUIRED=1.1.0 +LIBSOUP_GNOME_REQUIRED=2.25.91 PKG_CHECK_EXISTS([libnotify >= $LIBNOTIFY_REQUIRED],[have_libnotify=yes],[have_libnotify=no]) @@ -142,6 +143,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [ libstartup-notification-1.0 >= $LIBSTARTUP_NOTIFICATION_REQUIRED $LIBNOTIFY_PACKAGE webkit-1.0 >= $WEBKIT_GTK_REQUIRED + libsoup-gnome-2.4 >= $LIBSOUP_GNOME_REQUIRED ]) AC_SUBST([DEPENDENCIES_CFLAGS]) AC_SUBST([DEPENDENCIES_LIBS]) |