diff options
author | John Lee <john_lee@openmoko.org> | 2008-05-16 09:50:58 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-05-16 09:50:58 +0000 |
commit | 149338360fffc90d6d06ee0036a000881a231428 (patch) | |
tree | 4e391e5d17a7afef6bcafe272c652514c401e4df /packages | |
parent | 34c347b9448e1c752c885cf312ec730e1176af9d (diff) |
webkit-gtk: requires libxt now.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/webkit/webkit-gtk_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb index 4fe9cb8a00..3260bec414 100644 --- a/packages/webkit/webkit-gtk_svn.bb +++ b/packages/webkit/webkit-gtk_svn.bb @@ -1,10 +1,10 @@ -DEPENDS = "curl icu libxml2 cairo libxslt 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 flex-native gperf-native perl-native sqlite3" SRCREV_FORMAT = "webcore-rwebkit" # Yes, this is wrong... PV = "0.1+svnr${SRCREV}" -PR = "r4" +PR = "r5" SRC_URI = "\ svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \ |