From: Richard Purdie Date: Thu, 26 Jun 2008 20:51:35 +0000 (+0000) Subject: webkit-gtk: For now, don't pull in gstreamer plugins or gnome-vfs on darwin X-Git-Tag: 2011-1~8751 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8ce2e75dd7d1bfa22951ef46eea3927f3e342119;p=openembedded-core.git webkit-gtk: For now, don't pull in gstreamer plugins or gnome-vfs on darwin git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4740 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/webkit/webkit-gtk_svn.bb b/meta/packages/webkit/webkit-gtk_svn.bb index 2e7a0885c0..a2041623f2 100644 --- a/meta/packages/webkit/webkit-gtk_svn.bb +++ b/meta/packages/webkit/webkit-gtk_svn.bb @@ -1,4 +1,5 @@ DEPENDS = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer gst-plugins-base gnome-vfs flex-native gperf-native perl-native sqlite3" +DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer flex-native gperf-native perl-native sqlite3" SRCREV_FORMAT = "webcore-rwebkit"