aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit/webkit-gtk_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-31 12:50:42 +0200
committerKoen Kooi <koen@openembedded.org>2009-03-31 12:50:42 +0200
commitf45c08535315277e8c2cd8b4699a1279a580b9a4 (patch)
treecc8e8088271c9c263feb6f52c993e123bd99ec43 /recipes/webkit/webkit-gtk_svn.bb
parent43e8a1e79f6728c1c05b83b625026318743e281c (diff)
downloadopenembedded-f45c08535315277e8c2cd8b4699a1279a580b9a4.tar.gz
webkit-gtk: update to 1.1.4 release to get some more bugfixes
Diffstat (limited to 'recipes/webkit/webkit-gtk_svn.bb')
-rw-r--r--recipes/webkit/webkit-gtk_svn.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/webkit/webkit-gtk_svn.bb b/recipes/webkit/webkit-gtk_svn.bb
index 2e5c0149aa..8473131653 100644
--- a/recipes/webkit/webkit-gtk_svn.bb
+++ b/recipes/webkit/webkit-gtk_svn.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "WebKit browser engine, GTK+ edition"
-DEPENDS = "gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base gnome-vfs bison-native flex-native gperf-native perl-native sqlite3"
+DEPENDS = "gtk-doc-native gtk-doc gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base gnome-vfs bison-native flex-native gperf-native perl-native sqlite3"
SRCREV_FORMAT = "webcore-rwebkit"
-PV = "1.1.3+svnr${SRCREV}"
+PV = "1.1.4+svnr${SRCREV}"
SRC_URI = "\
svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
@@ -31,10 +31,15 @@ EXTRA_OECONF = "\
--enable-debug=no \
--enable-svg \
--enable-icon-database=yes \
- --with-http-backend=soup \
+ --with-http-backend=soup \
"
+
EXTRA_AUTORECONF = " -I autotools "
+do_configure_prepend() {
+ touch gtk-doc.make
+}
+
# Dolt gets used on x86 and ppc and hardcodes 'libtool'
do_configure_append() {
cp ${TARGET_PREFIX}libtool libtool || true