From 5dcea9cfe92a353683b5ef7836c80aa6e2400d42 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 19 Mar 2026 22:25:16 +0100 Subject: [PATCH] Disable IBUS and DBUS --- 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 f89864fa..b7255e21 100755 --- a/scripts/build_mpos.sh +++ b/scripts/build_mpos.sh @@ -202,7 +202,7 @@ PY STRIP= \ DISPLAY=sdl_display \ INDEV=sdl_pointer \ - SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_KMSDRM=OFF" \ + SDL_FLAGS="-DSDL_OPENGL=OFF -DSDL_OPENGLES=OFF -DSDL_VULKAN=OFF -DSDL_KMSDRM=OFF -DSDL_IBUS=OFF -DSDL_DBUS=OFF" \ "$frozenmanifest" popd