Skip to content

Commit 999a81b

Browse files
committed
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
2 parents 12835ff + 384cda9 commit 999a81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_local_ctrl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ idf_component_register(SRCS "${srcs}"
2424
INCLUDE_DIRS "${include_dirs}"
2525
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
2626
REQUIRES protocomm esp_https_server
27-
PRIV_REQUIRES protobuf-c)
27+
PRIV_REQUIRES protobuf-c esp_netif)
2828

2929
idf_component_optional_requires(PRIVATE espressif__mdns mdns)

0 commit comments

Comments
 (0)