nginx-dav-ext: depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE

This package adds missing WebDAB commands to NGINX. So, it makes sense
iff Nginx is compiled with the WebDAV support.

Fixes:

  http://autobuild.buildroot.net/results/6e997faf553dc70d0aa1ee811fd669650349cba2/

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
[Thomas: fix indentation, add autobuilder reference.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Johan Oudinet 2016-12-05 15:28:25 +01:00 committed by Thomas Petazzoni
parent 1dc77b6058
commit 1547eea294

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_NGINX_DAV_EXT
bool "nginx-dav-ext"
depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
select BR2_PACKAGE_EXPAT
help
NGINX WebDAV missing commands support (PROPFIND & OPTIONS).