From 8a0f878e558118bb036dd401c9eb892db76b564d Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 19 Mar 2026 20:50:16 +0100 Subject: [PATCH] Try fixing static build --- scripts/build_mpos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_mpos.sh b/scripts/build_mpos.sh index 30fc2304..10d0a9f3 100755 --- a/scripts/build_mpos.sh +++ b/scripts/build_mpos.sh @@ -198,7 +198,7 @@ PY STRIP= \ DISPLAY=sdl_display \ INDEV=sdl_pointer \ - SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_DBUS=OFF -DSDL_IBUS=OFF -DSDL_X11=ON -DSDL_WAYLAND=ON" \ + SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_DBUS=OFF -DSDL_IBUS=OFF -DSDL_LOADSO=OFF -DSDL_X11_SHARED=OFF -DSDL_WAYLAND_SHARED=OFF -DSDL_KMSDRM_SHARED=OFF -DSDL_X11=ON -DSDL_WAYLAND=ON" \ "$frozenmanifest" popd