fix(vg_lite): fix compile error for log (#5267)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-01-11 10:23:37 +08:00
committed by GitHub
parent 9a088565cc
commit 00825c1ff6
6 changed files with 77 additions and 40 deletions
+10
View File
@@ -364,6 +364,16 @@ menu "LVGL configuration"
for debugging and testing on PC simulator. Enable LV_USE_THORVG,
Either internal ThorVG or external ThorVG library is required.
config LV_VG_LITE_THORVG_TRACE_API
bool "Enable trace log for VG-Lite ThorVG simulator"
default n
depends on LV_USE_VG_LITE_THORVG
config LV_VG_LITE_THORVG_YUV_SUPPORT
bool "Enable YUV support for VG-Lite ThorVG simulator"
default n
depends on LV_USE_VG_LITE_THORVG
config LV_USE_GPU_SDL
bool "Use SDL renderer API"
default n