diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-04 15:50:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-04 15:50:18 +0000 |
commit | 33f1ad25e07a03bf3f48a261617e36784aafb245 (patch) | |
tree | 13e65d62422734cef58235f3bad255f6ffce6b0f /packages/webkit/webkit-gtk_svn.bb | |
parent | 8f52b3e590811ca645c13219d9b9a9191476aec3 (diff) |
webkit: update makefiles for x86_64 and add acinclude.m4 to get rid of infinite libtool loop
Diffstat (limited to 'packages/webkit/webkit-gtk_svn.bb')
-rw-r--r-- | packages/webkit/webkit-gtk_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb index 3260bec414..11e08ac6ac 100644 --- a/packages/webkit/webkit-gtk_svn.bb +++ b/packages/webkit/webkit-gtk_svn.bb @@ -1,3 +1,4 @@ +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" SRCREV_FORMAT = "webcore-rwebkit" @@ -13,6 +14,7 @@ SRC_URI = "\ svn://svn.webkit.org/repository/webkit/trunk/;module=WebKit;proto=http;name=webkit \ svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;proto=http \ svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitTools;proto=http \ + file://acinclude.m4 \ file://Makefile \ file://Makefile.shared \ file://autogen.sh \ |