mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-22 19:26:06 +08:00
fix(draw/sw/vector): add missing draw_sw guard (#10426)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "../lv_draw_private.h"
|
||||
#include "lv_draw_sw.h"
|
||||
|
||||
#if LV_USE_VECTOR_GRAPHIC && LV_USE_THORVG
|
||||
#if LV_USE_DRAW_SW && LV_USE_VECTOR_GRAPHIC && LV_USE_THORVG
|
||||
#if LV_USE_THORVG_INTERNAL
|
||||
#include "../../libs/thorvg/thorvg_capi.h"
|
||||
#else
|
||||
@@ -535,4 +535,4 @@ void lv_draw_sw_vector(lv_draw_task_t * t, lv_draw_vector_dsc_t * dsc)
|
||||
* STATIC FUNCTIONS
|
||||
**********************/
|
||||
|
||||
#endif /*LV_USE_DRAW_SW*/
|
||||
#endif /*LV_USE_DRAW_SW && LV_USE_VECTOR_GRAPHIC && LV_USE_THORVG*/
|
||||
|
||||
Reference in New Issue
Block a user