Skip to content

Commit 1506c6f

Browse files
XuNeojerpelea
authored andcommitted
lvgl: upgrade to release/v9.2.1
Signed-off-by: Neo Xu <[email protected]>
1 parent 2ff75e3 commit 1506c6f

File tree

4 files changed

+274
-81
lines changed

4 files changed

+274
-81
lines changed

graphics/lvgl/0001-fix-demo-fix-compile-warning.patch

Lines changed: 0 additions & 46 deletions
This file was deleted.

graphics/lvgl/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(CONFIG_GRAPHICS_LVGL)
2929
FetchContent_Declare(
3030
lvgl_fetch
3131
DOWNLOAD_DIR ${CMAKE_CURRENT_LIST_DIR}
32-
URL "https://github.com/lvgl/lvgl/archive/refs/tags/v9.1.0.zip"
32+
URL "https://github.com/lvgl/lvgl/archive/refs/tags/v9.2.1.zip"
3333
SOURCE_DIR
3434
${CMAKE_CURRENT_LIST_DIR}/lvgl
3535
BINARY_DIR
@@ -42,9 +42,6 @@ if(CONFIG_GRAPHICS_LVGL)
4242
""
4343
TEST_COMMAND
4444
""
45-
PATCH_COMMAND
46-
patch -p1 -s -d ${CMAKE_CURRENT_LIST_DIR}/lvgl <
47-
${CMAKE_CURRENT_LIST_DIR}/0001-fix-demo-fix-compile-warning.patch
4845
DOWNLOAD_NO_PROGRESS true
4946
TIMEOUT 30)
5047

0 commit comments

Comments
 (0)