diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-05-05 16:34:35 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-05-05 16:34:35 +0200 |
| commit | e113d31fa515a797b725becb32887d59ed656a68 (patch) | |
| tree | e19fefe24bfd0df60064702f7251e4d5175e2352 /protocols | |
| parent | 2788634abf8a12a8306f3ea55294421895ba7884 (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', |
