aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-03-02 03:16:42 +0800
committerXan Lopez <xan@src.gnome.org>2009-03-02 03:16:42 +0800
commit2594a1ecfee6163933953bfe9520fef351f13da1 (patch)
treed81bdb85ab317ca29ac3e027b2f5340dc1335940 /configure.ac
parent694d3386191b330440807cf52d2f5420d882085f (diff)
downloadgsoc2013-epiphany-2594a1ecfee6163933953bfe9520fef351f13da1.tar
gsoc2013-epiphany-2594a1ecfee6163933953bfe9520fef351f13da1.tar.gz
gsoc2013-epiphany-2594a1ecfee6163933953bfe9520fef351f13da1.tar.bz2
gsoc2013-epiphany-2594a1ecfee6163933953bfe9520fef351f13da1.tar.lz
gsoc2013-epiphany-2594a1ecfee6163933953bfe9520fef351f13da1.tar.xz
gsoc2013-epiphany-2594a1ecfee6163933953bfe9520fef351f13da1.tar.zst
gsoc2013-epiphany-2594a1ecfee6163933953bfe9520fef351f13da1.zip
configure.ac: require WebKitGTK+ 1.1.1
svn path=/trunk/; revision=8831
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 89c652481..850af4be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,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.0
+WEBKIT_GTK_REQUIRED=1.1.1
LIBSOUP_GNOME_REQUIRED=2.25.91
PKG_CHECK_EXISTS([libnotify >= $LIBNOTIFY_REQUIRED],[have_libnotify=yes],[have_libnotify=no])