mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
3a52432c56
Also, bump the esp_lvgl_port's version to fix the example build
11 lines
292 B
YAML
11 lines
292 B
YAML
dependencies:
|
|
espressif/cmake_utilities:
|
|
version: 0.*
|
|
rules: # will add "optional_component" only when all if clauses are True
|
|
- if: "idf_version >=5.0"
|
|
- if: "target in [esp32c2]"
|
|
esp_bsp_generic:
|
|
version: "^1.1.0"
|
|
espressif/esp_lvgl_port:
|
|
version: "2.7.0"
|