diff options
author | Vaxry <[email protected]> | 2024-04-25 23:27:25 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-25 23:27:44 +0100 |
commit | 1d40af64d352bd5a87c7d53a52707fc5cfc6940e (patch) | |
tree | 7ad6d1f0dbe3f4d972faf487ffa0cbc9420ee82d /protocols | |
parent | e87227e00ae350adebafd2adde95a47e1f68cb3a (diff) | |
download | Hyprland-1d40af64d352bd5a87c7d53a52707fc5cfc6940e.tar.gz Hyprland-1d40af64d352bd5a87c7d53a52707fc5cfc6940e.zip |
text-input-v3: move to new impl
Diffstat (limited to 'protocols')
-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 de6bbcce..7556fffc 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -51,6 +51,7 @@ new_protocols = [ [wl_protocol_dir, 'staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml'], [wl_protocol_dir, 'unstable/pointer-gestures/pointer-gestures-unstable-v1.xml'], [wl_protocol_dir, 'unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v3.xml'], ] wl_protos_src = [] |