]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
nginx-dav-ext: depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
authorJohan Oudinet <johan.oudinet@gmail.com>
Mon, 5 Dec 2016 14:28:25 +0000 (15:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 5 Dec 2016 20:33:43 +0000 (21:33 +0100)
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>
package/nginx-dav-ext/Config.in

index bf197dc7e9703187743a33a795edcdfaedd132ec..1e60321fe38ae7c5f7674219a82c0c597baf00bd 100644 (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).