diff --git a/components/esp_local_ctrl/CMakeLists.txt b/components/esp_local_ctrl/CMakeLists.txt index 298b46e9b6..cf0fe50807 100644 --- a/components/esp_local_ctrl/CMakeLists.txt +++ b/components/esp_local_ctrl/CMakeLists.txt @@ -23,7 +23,7 @@ list(APPEND srcs idf_component_register(SRCS "${srcs}" INCLUDE_DIRS "${include_dirs}" PRIV_INCLUDE_DIRS "${priv_include_dirs}" - REQUIRES esp_netif protocomm esp_https_server - PRIV_REQUIRES protobuf-c) + REQUIRES protocomm esp_https_server + PRIV_REQUIRES protobuf-c esp_netif) idf_component_optional_requires(PRIVATE espressif__mdns mdns)