diff options
-rw-r--r-- | recipes/lighttpd/lighttpd.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc index aeb8dc9bfc..a7ee0a0b81 100644 --- a/recipes/lighttpd/lighttpd.inc +++ b/recipes/lighttpd/lighttpd.inc @@ -2,8 +2,13 @@ DESCRIPTION = "Web server" SECTION = "net" LICENSE = "BSD" DEPENDS = "libpcre" +RDEPENDS_${PN} += " \ + lighttpd-module-indexfile \ + lighttpd-module-dirlisting \ + lighttpd-module-staticfile \ + " -INC_PR = "r4" +INC_PR = "r5" SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \ file://index.html \ |