Add http_parser (new component) dependency

This commit is contained in:
Mahavir Jain
2021-12-31 13:50:55 +05:30
parent 0da44db394
commit 8e94cf2bb1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ idf_component_register(SRCS "src/httpd_main.c"
"src/util/ctrl_sock.c"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "src/port/esp32" "src/util"
REQUIRES nghttp # for http_parser.h
REQUIRES http_parser # for http_parser.h
PRIV_REQUIRES lwip mbedtls esp_timer)