fix(conf): fix typo cause thorvg not enabled (#5837)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEXT
2024-03-12 22:36:49 +08:00
committed by GitHub
parent 9d5bc5cc6c
commit ba7628effc
2 changed files with 2 additions and 2 deletions

View File

@@ -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*/

View File

@@ -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*/