diff options
author | Ikalco <[email protected]> | 2024-07-29 11:14:19 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-29 18:14:19 +0200 |
commit | 60b663e2765c4cdb7e14fff75c4f88bf7ae312e2 (patch) | |
tree | db6ee9dac9da1e2a1b584927543c542e31c62f80 /protocols/meson.build | |
parent | 01560c9d7ccd0beec1a9c190862ee325e6f3c45e (diff) | |
download | Hyprland-60b663e2765c4cdb7e14fff75c4f88bf7ae312e2.tar.gz Hyprland-60b663e2765c4cdb7e14fff75c4f88bf7ae312e2.zip |
protocols: move text-input-v1 to hyprwayland-scanner (#7096)
* move text-input-v1 to hyprwayland-scanner
* vro
Diffstat (limited to 'protocols/meson.build')
-rw-r--r-- | protocols/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 35b2b29b..4fd40859 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -24,7 +24,6 @@ hyprwayland_scanner = find_program( ) protocols = [ - [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'], [hl_protocol_dir, 'protocols/hyprland-global-shortcuts-v1.xml'] ] @@ -55,6 +54,7 @@ new_protocols = [ [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_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'], [wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'], [wl_protocol_dir, 'staging/xdg-activation/xdg-activation-v1.xml'], [wl_protocol_dir, 'staging/ext-idle-notify/ext-idle-notify-v1.xml'], |