diff options
author | Vaxry <[email protected]> | 2024-04-21 01:47:38 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-21 01:49:23 +0100 |
commit | 30e4b404f2a30230f57c946b655c2365b3bf8e3d (patch) | |
tree | 705e3143484dffed5d90df82d2c9ea26e02bedc2 /protocols/meson.build | |
parent | a141bbbea503ae7b320eba614a80ca2f4e5c1cba (diff) | |
download | Hyprland-30e4b404f2a30230f57c946b655c2365b3bf8e3d.tar.gz Hyprland-30e4b404f2a30230f57c946b655c2365b3bf8e3d.zip |
cursor-shape: move to new impl
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 150ea55f..009643f9 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -27,7 +27,6 @@ protocols = [ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], [wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'], [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'], - [wl_protocol_dir, 'staging/cursor-shape/cursor-shape-v1.xml'], ['wlr-foreign-toplevel-management-unstable-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], ['wlr-output-power-management-unstable-v1.xml'], @@ -43,6 +42,7 @@ new_protocols = [ [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'], + [wl_protocol_dir, 'staging/cursor-shape/cursor-shape-v1.xml'], ] wl_protos_src = [] |