aboutsummaryrefslogtreecommitdiff
path: root/net/nginx
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2018-07-09 10:38:25 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2018-07-09 11:33:55 +0800
commit79e977a2277bacaa2d209c96725cb1f7b284dcdd (patch)
treeb129acf9eadaed1c4846e1b2cd5acc374e54915a /net/nginx
parent77c2de7f35df94524ccb012172dd0ed0de7890ef (diff)
nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/nginx')
-rw-r--r--net/nginx/Makefile4
1 files changed, 3 insertions, 1 deletions
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