buildroot/package/nginx-dav-ext/Config.in
Johan Oudinet 1547eea294 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>
2016-12-05 21:33:43 +01:00

9 lines
245 B
Plaintext

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).
https://github.com/arut/nginx-dav-ext-module