diff --git a/components/display/lcd/esp_lcd_gc9b71/idf_component.yml b/components/display/lcd/esp_lcd_gc9b71/idf_component.yml index 6178f5d62..2c6f3ef88 100644 --- a/components/display/lcd/esp_lcd_gc9b71/idf_component.yml +++ b/components/display/lcd/esp_lcd_gc9b71/idf_component.yml @@ -5,5 +5,6 @@ repository: https://github.com/espressif/esp-iot-solution.git issues: https://github.com/espressif/esp-iot-solution/issues dependencies: idf: ">=5.1.0" + cmake_utilities: "0.*" examples: - path: ../../../../examples/display/lcd/qspi_with_ram diff --git a/components/display/lcd/esp_lcd_gc9b71/test_apps/CMakeLists.txt b/components/display/lcd/esp_lcd_gc9b71/test_apps/CMakeLists.txt index 69773e7b0..ebd70a897 100644 --- a/components/display/lcd/esp_lcd_gc9b71/test_apps/CMakeLists.txt +++ b/components/display/lcd/esp_lcd_gc9b71/test_apps/CMakeLists.txt @@ -1,7 +1,6 @@ # The following lines of boilerplate have to be in your project's CMakeLists # in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.5) -set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components" - "../../") +set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components") include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(test_esp_lcd_gc9b71) \ No newline at end of file diff --git a/components/display/lcd/esp_lcd_gc9b71/test_apps/main/idf_component.yml b/components/display/lcd/esp_lcd_gc9b71/test_apps/main/idf_component.yml index 82de22732..99bb23a3a 100644 --- a/components/display/lcd/esp_lcd_gc9b71/test_apps/main/idf_component.yml +++ b/components/display/lcd/esp_lcd_gc9b71/test_apps/main/idf_component.yml @@ -3,4 +3,4 @@ dependencies: idf: ">=5.1.0" esp_lcd_gc9b71: version: "*" - override_path: "../../" \ No newline at end of file + override_path: "../../../esp_lcd_gc9b71" \ No newline at end of file diff --git a/components/display/lcd/esp_lcd_sh8601/idf_component.yml b/components/display/lcd/esp_lcd_sh8601/idf_component.yml index 278922dc1..9a4f59884 100644 --- a/components/display/lcd/esp_lcd_sh8601/idf_component.yml +++ b/components/display/lcd/esp_lcd_sh8601/idf_component.yml @@ -5,6 +5,6 @@ repository: https://github.com/espressif/esp-iot-solution.git issues: https://github.com/espressif/esp-iot-solution/issues dependencies: idf: ">=5.1.0" + cmake_utilities: "0.*" examples: - path: ../../../../examples/display/lcd/qspi_with_ram - diff --git a/components/display/lcd/esp_lcd_sh8601/test_apps/CMakeLists.txt b/components/display/lcd/esp_lcd_sh8601/test_apps/CMakeLists.txt index 69773e7b0..ebd70a897 100644 --- a/components/display/lcd/esp_lcd_sh8601/test_apps/CMakeLists.txt +++ b/components/display/lcd/esp_lcd_sh8601/test_apps/CMakeLists.txt @@ -1,7 +1,6 @@ # The following lines of boilerplate have to be in your project's CMakeLists # in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.5) -set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components" - "../../") +set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components") include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(test_esp_lcd_gc9b71) \ No newline at end of file diff --git a/components/display/lcd/esp_lcd_sh8601/test_apps/main/idf_component.yml b/components/display/lcd/esp_lcd_sh8601/test_apps/main/idf_component.yml index f8b730e7d..62575896c 100644 --- a/components/display/lcd/esp_lcd_sh8601/test_apps/main/idf_component.yml +++ b/components/display/lcd/esp_lcd_sh8601/test_apps/main/idf_component.yml @@ -3,4 +3,4 @@ dependencies: idf: ">=5.1.0" esp_lcd_sh8601: version: "*" - override_path: "../../" \ No newline at end of file + override_path: "../../../esp_lcd_sh8601" \ No newline at end of file diff --git a/components/display/lcd/esp_lcd_spd2010/test_apps/main/idf_component.yml b/components/display/lcd/esp_lcd_spd2010/test_apps/main/idf_component.yml index ddc0ed2fd..cdc87db96 100644 --- a/components/display/lcd/esp_lcd_spd2010/test_apps/main/idf_component.yml +++ b/components/display/lcd/esp_lcd_spd2010/test_apps/main/idf_component.yml @@ -3,4 +3,4 @@ dependencies: idf: ">=5.1.0" esp_lcd_spd2010: version: "*" - override_path: "../../" \ No newline at end of file + override_path: "../../../esp_lcd_spd2010" \ No newline at end of file diff --git a/components/display/lcd/esp_lcd_st77903/test_apps/main/idf_component.yml b/components/display/lcd/esp_lcd_st77903/test_apps/main/idf_component.yml index 9d9a7d28e..07ed838b6 100644 --- a/components/display/lcd/esp_lcd_st77903/test_apps/main/idf_component.yml +++ b/components/display/lcd/esp_lcd_st77903/test_apps/main/idf_component.yml @@ -4,4 +4,4 @@ dependencies: esp_lcd_panel_io_additions: "^1" esp_lcd_st77903: version: "*" - override_path: "../../" \ No newline at end of file + override_path: "../../../esp_lcd_st77903" \ No newline at end of file