aboutsummaryrefslogtreecommitdiffstats
path: root/packages/webkit/webkit-gtk_svn.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2008-09-03 12:50:58 +0000
committerStanislav Brabec <utx@penguin.cz>2008-09-03 12:50:58 +0000
commit834d6f6f90bfaae37931d9ebbc2bde7a0e567521 (patch)
tree597e3780a0809bb9870cd8ec51b09b810d4ef603 /packages/webkit/webkit-gtk_svn.bb
parente6d60a638dbeeff8d57561a31d6a6bc0c0c729ea (diff)
downloadopenembedded-834d6f6f90bfaae37931d9ebbc2bde7a0e567521.tar.gz
webkit-gtk updated from snapshot 35533 to snapshot 35977:
* seems to be more stable than previous * requires latest bison to compile * http soup backend seems to be broken, stay at curl backend
Diffstat (limited to 'packages/webkit/webkit-gtk_svn.bb')
-rw-r--r--packages/webkit/webkit-gtk_svn.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb
index 06f869ef48..b78844fc53 100644
--- a/packages/webkit/webkit-gtk_svn.bb
+++ b/packages/webkit/webkit-gtk_svn.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "WebKit browser engine, GTK+ edition"
-DEPENDS = "curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base gnome-vfs flex-native gperf-native perl-native sqlite3"
+DEPENDS = "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"
@@ -19,6 +19,7 @@ SRC_URI = "\
file://Makefile.shared \
file://autogen.sh \
file://configure.ac \
+ file://symbols.filter \
file://GNUmakefile.am \
"
@@ -26,10 +27,12 @@ S = "${WORKDIR}/"
inherit autotools pkgconfig lib_package
+# FIXME: Segfaulting without --with-http-backend=curl
EXTRA_OECONF = "\
--enable-debug=no \
--enable-svg \
--enable-icon-database=yes \
+ --with-http-backend=curl \
"
do_compile_prepend() {