summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-07-27 16:52:32 +0200
committerMarge Bot <marge-bot@gnome.org>2021-09-03 22:32:36 +0000
commit46f2c29acc3e9949fd5f1862d91e904ffd1224fc (patch)
tree132ac6099cd9f3d1b70e93240c4e7320d4e4905c /meson.build
parentdd2cd6286cd3175e1518038a173218671adc68ea (diff)
downloadgnome-shell-46f2c29acc3e9949fd5f1862d91e904ffd1224fc.tar.gz
inputMethod: Use update-preedit-with-mode signal
This signal announces the preferred commit mode of the preedit text when the input context is reset. Keep this mode around, and ensure to honor this mode (e.g. maybe commit the preedit string) whenever the input method would be reset. This is delegated to the internal layers, so propagate this mode via clutter_input_method_set_preedit_text(). Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1929>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 41f5b02a3..5c891a504 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ mutter_req = '>= 41.beta'
polkit_req = '>= 0.100'
schemas_req = '>= 41.alpha'
startup_req = '>= 0.11'
-ibus_req = '>= 1.5.2'
+ibus_req = '>= 1.5.19'
gnome_desktop_req = '>= 3.35.90'
bt_req = '>= 3.9.0'