summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-06-16 17:04:22 -0500
committerShaun McCance <shaunm@gnome.org>2010-06-16 17:04:22 -0500
commit9e11d0f415039995c0c1687dbc340a868935aaea (patch)
treea7e039455ef132fcfb159906ca8cb9431dab9bf1
parentced39cb801c13f0034875cf8c44f5bb978b8168d (diff)
downloadyelp-9e11d0f415039995c0c1687dbc340a868935aaea.tar.gz
[configure.ac] Bump minimum webkit version for DOM APIs
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8fefea2a..867ead5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ PKG_CHECK_MODULES(YELP,
libxslt >= 1.1.4
libexslt >= 0.8.1
dbus-glib-1
- webkit-1.0 >= 1.1.15
+ webkit-1.0 >= 1.3.1
yelp-xsl >= 2.31.3
])
AC_SUBST([YELP_CFLAGS])