unix/window: Support new SDL driver
See: https://github.com/lvgl/lv_binding_micropython/pull/215
This commit is contained in:
parent
70494165d2
commit
5947f8dd43
@ -1 +1 @@
|
||||
Subproject commit 09e3cd45828d678c85aa62f997d22da21162d1db
|
||||
Subproject commit c4df1e6c528da32d6f65381db67adb034a3c5435
|
||||
@ -256,8 +256,8 @@ SRC_C += \
|
||||
$(wildcard $(VARIANT_DIR)/*.c)
|
||||
|
||||
LIB_SRC_C += $(addprefix lib/,\
|
||||
lv_bindings/driver/SDL/SDL_monitor.c \
|
||||
lv_bindings/driver/SDL/SDL_mouse.c \
|
||||
lv_bindings/driver/SDL/sdl_common.c \
|
||||
lv_bindings/driver/SDL/sdl.c \
|
||||
lv_bindings/driver/SDL/modSDL.c \
|
||||
$(LIB_SRC_C_EXTRA) \
|
||||
)
|
||||
|
||||
@ -62,8 +62,8 @@ SRC_C = \
|
||||
$(wildcard $(VARIANT_DIR)/*.c)
|
||||
|
||||
LIB_SRC_C = $(addprefix lib/,\
|
||||
lv_bindings/driver/SDL/SDL_monitor.c \
|
||||
lv_bindings/driver/SDL/SDL_mouse.c \
|
||||
lv_bindings/driver/SDL/sdl_common.c \
|
||||
lv_bindings/driver/SDL/sdl.c \
|
||||
lv_bindings/driver/SDL/modSDL.c \
|
||||
timeutils/timeutils.c \
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user