From ba7628effc5f80da649d6a7b04f1c8d46495d678 Mon Sep 17 00:00:00 2001 From: VIFEXT Date: Tue, 12 Mar 2024 22:36:49 +0800 Subject: [PATCH] fix(conf): fix typo cause thorvg not enabled (#5837) Signed-off-by: pengyiqiang Co-authored-by: pengyiqiang --- scripts/lv_conf_internal_gen.py | 2 +- src/lv_conf_internal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lv_conf_internal_gen.py b/scripts/lv_conf_internal_gen.py index 1fd103e3d..0769625a6 100755 --- a/scripts/lv_conf_internal_gen.py +++ b/scripts/lv_conf_internal_gen.py @@ -194,7 +194,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN); #endif #ifndef LV_USE_THORVG - #define LV_USE_THORVG (LV_USE_LZ4_INTERNAL || LV_USE_LZ4_EXTERNAL) + #define LV_USE_THORVG (LV_USE_THORVG_INTERNAL || LV_USE_THORVG_EXTERNAL) #endif /*If running without lv_conf.h add typedefs with default value*/ diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 2bd8404ab..d75c93ea8 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -3237,7 +3237,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN); #endif #ifndef LV_USE_THORVG - #define LV_USE_THORVG (LV_USE_LZ4_INTERNAL || LV_USE_LZ4_EXTERNAL) + #define LV_USE_THORVG (LV_USE_THORVG_INTERNAL || LV_USE_THORVG_EXTERNAL) #endif /*If running without lv_conf.h add typedefs with default value*/