mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 23:51:54 +08:00
chore(conf): remove redundant thorvg definition (#9067)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user