diff options
author | Vaxry <[email protected]> | 2024-05-01 16:41:17 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-01 16:41:17 +0100 |
commit | 8bcccf9f0f0f69986e315d4288dfdbf119dd19db (patch) | |
tree | eebb6714fc1e41a0df2784ed22752f0efe2bbdc1 /protocols/meson.build | |
parent | 4ed6b69b68a544a81cec583a1ad8aff218f7db5d (diff) | |
download | Hyprland-8bcccf9f0f0f69986e315d4288dfdbf119dd19db.tar.gz Hyprland-8bcccf9f0f0f69986e315d4288dfdbf119dd19db.zip |
ime-v2: move to new impl
Diffstat (limited to 'protocols/meson.build')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index a0728e39..4017ff27 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -38,6 +38,7 @@ new_protocols = [ ['wlr-gamma-control-unstable-v1.xml'], ['wlr-foreign-toplevel-management-unstable-v1.xml'], ['wlr-output-power-management-unstable-v1.xml'], + ['input-method-unstable-v2.xml'], [wl_protocol_dir, 'staging/tearing-control/tearing-control-v1.xml'], [wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], |