mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(build) fix sdl build with make
fixes 1281abef9e (commitcomment-61235260)
This commit is contained in:
parent
a5058eafd0
commit
43729d1502
@ -14,3 +14,5 @@ DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw
|
|||||||
VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw
|
VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw
|
||||||
|
|
||||||
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw"
|
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw"
|
||||||
|
|
||||||
|
include $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw/sdl/lv_draw_sdl.mk
|
||||||
|
@ -9,4 +9,3 @@ VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/gpu
|
|||||||
|
|
||||||
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/gpu"
|
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/gpu"
|
||||||
|
|
||||||
include $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/gpu/sdl/lv_gpu_sdl.mk
|
|
Loading…
x
Reference in New Issue
Block a user