diff options
author | Ikalco <[email protected]> | 2024-07-27 10:02:02 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-27 16:02:02 +0100 |
commit | ec672b1ab95e341a0dcb6679592ae4e5eea9b1cf (patch) | |
tree | 40541dc24365a55b4bc36bf2ecf9c6bf4767c708 /protocols/meson.build | |
parent | 963816b9a6524a99a6716fa1aa30b2c4f369d2f0 (diff) | |
download | Hyprland-ec672b1ab95e341a0dcb6679592ae4e5eea9b1cf.tar.gz Hyprland-ec672b1ab95e341a0dcb6679592ae4e5eea9b1cf.zip |
protocols: move screencopy and toplevel export to hyprwayland-scanner (#7065)
* move screencopy and toplevel export to hyprwayland-scanner
* oops
Diffstat (limited to 'protocols/meson.build')
-rw-r--r-- | protocols/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 5cdeb160..35b2b29b 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -25,8 +25,6 @@ hyprwayland_scanner = find_program( protocols = [ [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'], - ['wlr-screencopy-unstable-v1.xml'], - [hl_protocol_dir, 'protocols/hyprland-toplevel-export-v1.xml'], [hl_protocol_dir, 'protocols/hyprland-global-shortcuts-v1.xml'] ] @@ -42,6 +40,8 @@ new_protocols = [ ['wlr-layer-shell-unstable-v1.xml'], ['wayland-drm.xml'], ['wlr-data-control-unstable-v1.xml'], + ['wlr-screencopy-unstable-v1.xml'], + [hl_protocol_dir, 'protocols/hyprland-toplevel-export-v1.xml'], [hl_protocol_dir, 'protocols/hyprland-focus-grab-v1.xml'], [wl_protocol_dir, 'staging/tearing-control/tearing-control-v1.xml'], [wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], |