From: Yousong Zhou Date: Mon, 9 Jul 2018 02:38:25 +0000 (+0800) Subject: nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=79e977a2277bacaa2d209c96725cb1f7b284dcdd;p=openwrt-packages.git nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS Signed-off-by: Yousong Zhou --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index c2d28e6ed..2e047c62a 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -65,7 +65,9 @@ PKG_CONFIG_DEPENDS := \ CONFIG_NGINX_HTTP_REAL_IP \ CONFIG_NGINX_HTTP_SECURE_LINK \ CONFIG_NGINX_HTTP_BROTLI \ - CONFIG_NGINX_HEADERS_MORE + CONFIG_NGINX_HEADERS_MORE \ + CONFIG_NGINX_RTMP_MODULE \ + CONFIG_NGINX_TS_MODULE \ include $(INCLUDE_DIR)/package.mk