minimo: declare missing dependency on zip-native.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 18 Jun 2007 18:28:01 +0000 (18:28 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 18 Jun 2007 18:28:01 +0000 (18:28 +0000)
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.

packages/mozilla/minimo_cvs.bb

index 9c29926..c0e8edc 100644 (file)
@@ -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"