diff options
author | Vaxry <[email protected]> | 2024-04-20 19:34:18 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-20 19:39:59 +0100 |
commit | 84ee839ca690c89dc9498e85eefcdec265d3a765 (patch) | |
tree | e8de1e29cd798814c898af4e2d1a7bb12f36fda7 /protocols | |
parent | a94534606412ec30620f68751382cea5b700ba8d (diff) | |
download | Hyprland-84ee839ca690c89dc9498e85eefcdec265d3a765.tar.gz Hyprland-84ee839ca690c89dc9498e85eefcdec265d3a765.zip |
XDG-Output: move to hyprwayland-scanner
Diffstat (limited to 'protocols')
-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 a429f7a9..150ea55f 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, 'unstable/xdg-output/xdg-output-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'], @@ -43,6 +42,7 @@ protocols = [ 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_protos_src = [] |