diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-18 18:28:01 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-18 18:28:01 +0000 |
commit | dcef902e9a2880edd892d8ef226b8c8a27471727 (patch) | |
tree | 92a367dbf5c3aafc90e8d64c75a9faf68f69ed83 /packages/mozilla | |
parent | c75fda097a2e4b27e20695239f0593e27cf5477f (diff) |
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.
Diffstat (limited to 'packages/mozilla')
-rw-r--r-- | packages/mozilla/minimo_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |