diff options
author | Vaxry <[email protected]> | 2024-04-21 20:04:58 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-21 20:04:58 +0100 |
commit | ed69502ff6e79a6dad213333b0bc3a15e2247942 (patch) | |
tree | 614601e075e4c8129a88449687212b26ac096b11 /protocols | |
parent | 4954dcbbb352a72d41b43a6ab107388c17a0b21b (diff) | |
download | Hyprland-ed69502ff6e79a6dad213333b0bc3a15e2247942.tar.gz Hyprland-ed69502ff6e79a6dad213333b0bc3a15e2247942.zip |
xdg-decoration: 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 145863a0..842fe9e9 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -45,6 +45,7 @@ new_protocols = [ [wl_protocol_dir, 'staging/cursor-shape/cursor-shape-v1.xml'], [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'], [wl_protocol_dir, 'unstable/relative-pointer/relative-pointer-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml'], ] wl_protos_src = [] |