diff options
author | Simon Ser <contact@emersion.fr> | 2023-05-05 16:34:35 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-07-24 11:28:31 +0200 |
commit | 6bd11ad0dfb11f8cf7e0ab5330cd2488851c5614 (patch) | |
tree | e19fefe24bfd0df60064702f7251e4d5175e2352 /protocols | |
parent | dc634c4a1328668afe2b7c74e8b5828e187ebddd (diff) |
Add support for cursor-shape-v1
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4106
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 e6fdec7d..b6fdec8c 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -13,6 +13,7 @@ protocols = [ wl_protocol_dir / 'unstable/tablet/tablet-unstable-v2.xml', wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml', wl_protocol_dir / 'staging/content-type/content-type-v1.xml', + wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml', 'wlr-layer-shell-unstable-v1.xml', 'idle.xml', 'wlr-input-inhibitor-unstable-v1.xml', |