diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-08-13 22:53:13 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-08-13 22:53:13 +0200 |
| commit | 0343901425e282da0e7e4e894f3481b8620ef88c (patch) | |
| tree | 3b19dd656c164dd3e37f1f8856039f0ee3dbc8c1 /protocols/meson.build | |
| parent | 27e0fd457dba49bd808c052d26b46a4c47c5e9fd (diff) | |
Stop generating wayland-protocols server headers
We still need to generate wlr-protocols server headers, as well as
client headers and code.
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5075
Diffstat (limited to 'protocols/meson.build')
| -rw-r--r-- | protocols/meson.build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 3414119b..e7ada59b 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -9,15 +9,7 @@ wayland_scanner = find_program( protocols = [ wl_protocol_dir / 'stable/tablet/tablet-v2.xml', wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml', - wl_protocol_dir / 'staging/color-management/color-management-v1.xml', - wl_protocol_dir / 'staging/content-type/content-type-v1.xml', wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml', - wl_protocol_dir / 'staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml', - wl_protocol_dir / 'staging/ext-image-capture-source/ext-image-capture-source-v1.xml', - wl_protocol_dir / 'staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml', - wl_protocol_dir / 'staging/tearing-control/tearing-control-v1.xml', - wl_protocol_dir / 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml', - wl_protocol_dir / 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml', wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml', 'wlr-layer-shell-unstable-v1.xml', 'idle.xml', |
