chore(conf): remove redundant thorvg definition (#9067)

This commit is contained in:
laromicas
2025-10-16 00:40:12 -05:00
committed by GitHub
parent e4a29460fb
commit 74f5b159b6
2 changed files with 0 additions and 12 deletions
-3
View File
@@ -1006,9 +1006,6 @@
* Requires LV_USE_VECTOR_GRAPHIC */
#define LV_USE_THORVG_EXTERNAL 0
/** Enable ThorVG by assuming that its installed and linked to the project */
#define LV_USE_THORVG_EXTERNAL 0
/** Use lvgl built-in LZ4 lib */
#define LV_USE_LZ4_INTERNAL 0
-9
View File
@@ -3207,15 +3207,6 @@
#endif
#endif
/** Enable ThorVG by assuming that its installed and linked to the project */
#ifndef LV_USE_THORVG_EXTERNAL
#ifdef CONFIG_LV_USE_THORVG_EXTERNAL
#define LV_USE_THORVG_EXTERNAL CONFIG_LV_USE_THORVG_EXTERNAL
#else
#define LV_USE_THORVG_EXTERNAL 0
#endif
#endif
/** Use lvgl built-in LZ4 lib */
#ifndef LV_USE_LZ4_INTERNAL
#ifdef CONFIG_LV_USE_LZ4_INTERNAL