From 1547eea294058a6e5f2ed06df590b43ac601ff71 Mon Sep 17 00:00:00 2001 From: Johan Oudinet Date: Mon, 5 Dec 2016 15:28:25 +0100 Subject: [PATCH] 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 [Thomas: fix indentation, add autobuilder reference.] Signed-off-by: Thomas Petazzoni --- package/nginx-dav-ext/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/nginx-dav-ext/Config.in b/package/nginx-dav-ext/Config.in index bf197dc7e9..1e60321fe3 100644 --- a/package/nginx-dav-ext/Config.in +++ b/package/nginx-dav-ext/Config.in @@ -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). -- 2.30.2