Skip to content

Commit 871559b

Browse files
set sdl flags
1 parent 7795d94 commit 871559b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

lvgl_micropython

scripts/build_mpos.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,13 @@ PY
193193
pushd "$codebasedir"/lvgl_micropython/
194194
# USER_C_MODULE doesn't seem to work properly so there are symlinks in lvgl_micropython/extmod/
195195
# python3 make.py "$target" LV_CFLAGS="-g -O0 -ggdb" STRIP= DISPLAY=sdl_display INDEV=sdl_pointer "$frozenmanifest"
196-
python3 make.py "$target" LV_CFLAGS="-g -O0 -ggdb" STRIP= DISPLAY=sdl_display INDEV=sdl_pointer SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_X11=ON -DSDL_WAYLAND=ON" FROZEN_MANIFEST=../manifests/manifest.py
196+
python3 make.py "$target" \
197+
LV_CFLAGS="-g -O0 -ggdb" \
198+
STRIP= \
199+
DISPLAY=sdl_display \
200+
INDEV=sdl_pointer \
201+
SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_DBUS=OFF -DSDL_X11=ON -DSDL_WAYLAND=ON" \
202+
"$frozenmanifest"
197203

198204
popd
199205

0 commit comments

Comments
 (0)