aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lighttpd
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-04 14:45:40 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-04 14:45:40 +0200
commit092a9d27aba3e784e7dc9ccbae835114808d2759 (patch)
tree673733306368bf8b848e9542ac723bca17897505 /recipes/lighttpd
parent80ed94e7db3c88ee61f0661ebd2484be918c0f79 (diff)
downloadopenembedded-092a9d27aba3e784e7dc9ccbae835114808d2759.tar.gz
lighttpd: add missing dep on zlip
Diffstat (limited to 'recipes/lighttpd')
-rw-r--r--recipes/lighttpd/lighttpd.inc2
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 \