diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-04 14:45:40 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-04 14:45:40 +0200 |
commit | 092a9d27aba3e784e7dc9ccbae835114808d2759 (patch) | |
tree | 673733306368bf8b848e9542ac723bca17897505 | |
parent | 80ed94e7db3c88ee61f0661ebd2484be918c0f79 (diff) |
lighttpd: add missing dep on zlip
-rw-r--r-- | recipes/lighttpd/lighttpd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc index f3084ab08b..9c0c7c3afa 100644 --- a/recipes/lighttpd/lighttpd.inc +++ b/recipes/lighttpd/lighttpd.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Web server" SECTION = "net" LICENSE = "BSD" -DEPENDS = "libpcre" +DEPENDS = "zlib libpcre" RDEPENDS_${PN} += " \ lighttpd-module-access \ lighttpd-module-accesslog \ |