mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Merge branch 'contrib/github_pr_15818' into 'master'
fix(esp_local_ctrl): Add 'esp_netif' as requirements in CMakeLists (GitHub PR) Closes IDFGH-15141 See merge request espressif/esp-idf!38948
This commit is contained in:
@@ -24,6 +24,6 @@ idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "${include_dirs}"
|
||||
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
|
||||
REQUIRES protocomm esp_https_server
|
||||
PRIV_REQUIRES protobuf-c)
|
||||
PRIV_REQUIRES protobuf-c esp_netif)
|
||||
|
||||
idf_component_optional_requires(PRIVATE espressif__mdns mdns)
|
||||
|
Reference in New Issue
Block a user