feat(env): make LVGL a Zephyr compatible module (#6460)

This commit is contained in:
Fabian Blatz
2024-07-05 00:16:25 +02:00
committed by GitHub
parent d2658ab723
commit f5443d2fd2
5 changed files with 10 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ if(CONFIG_LVGL)
target_include_directories(lvgl INTERFACE ${LVGL_ROOT_DIR})
zephyr_compile_definitions(LV_CONF_KCONFIG_EXTERNAL_INCLUDE=<autoconf.h>)
zephyr_compile_definitions(LV_CONF_KCONFIG_EXTERNAL_INCLUDE=<zephyr/autoconf.h>)
zephyr_library()

View File

@@ -1,2 +0,0 @@
build:
cmake: .