mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
The optional dependency is currently added if the optional component interface target exists, which is always the case unless a non-existent component is requested. Instead, base the optional dependency on the component interface target alias, as it is created only when the component is included in the project. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>