From dfb4b51cc37d0f77e38768a70400af98405aa9ac Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 27 Jul 2021 16:59:03 +0300 Subject: [PATCH] foot-pgo: disable ime detection --- wayland/foot-pgo/build | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland/foot-pgo/build b/wayland/foot-pgo/build index 975b1603..b3ba084c 100755 --- a/wayland/foot-pgo/build +++ b/wayland/foot-pgo/build @@ -25,6 +25,7 @@ meson \ --buildtype=release \ --force-fallback-for=fcft,tllist \ -Ddocs=disabled \ + -Dime=false \ -Db_lto=true \ ../..