From: Rolf Leggewie Date: Mon, 18 Jun 2007 18:28:01 +0000 (+0000) Subject: minimo: declare missing dependency on zip-native. X-Git-Tag: Release-2010-05/1~8868^2~302^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcef902e9a2880edd892d8ef226b8c8a27471727;p=openembedded.git minimo: declare missing dependency on zip-native. Looks like there are other dependencies missing since compilation from scratch still fails for me. zip-native is certainly needed, though and thus I commit early and often. --- diff --git a/packages/mozilla/minimo_cvs.bb b/packages/mozilla/minimo_cvs.bb index 9c29926100..c0e8edc747 100644 --- a/packages/mozilla/minimo_cvs.bb +++ b/packages/mozilla/minimo_cvs.bb @@ -4,7 +4,7 @@ LICENSE = "MPL GPL LGPL" HOMEPAGE = "http://www.mozilla.org/projects/minimo/" PRIORITY = "optional" -DEPENDS = "libxrender xt xft fontconfig freetype libidl dbus-glib pango atk gtk+ libidl-native" +DEPENDS = "libxrender xt xft fontconfig freetype libidl dbus-glib pango atk gtk+ libidl-native zip-native" CVSSVR="cvs-mirror.mozilla.org" BRTAG = "MOZILLA_1_8_BRANCH"