nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS
authorYousong Zhou <redacted>
Mon, 9 Jul 2018 02:38:25 +0000 (10:38 +0800)
committerYousong Zhou <redacted>
Mon, 9 Jul 2018 03:33:55 +0000 (11:33 +0800)
Signed-off-by: Yousong Zhou <redacted>
net/nginx/Makefile

index c2d28e6ed82e780445da7534e15c71182c5ef83a..2e047c62aa86f00c1bb61a2f34a0557db182e13b 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT