Browse Source

nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDS

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 7 years ago
parent
commit
79e977a227
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      net/nginx/Makefile

+ 3
- 1
net/nginx/Makefile View 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


Loading…
Cancel
Save