Add support for color-management-v1

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4962
This commit is contained in:
Simon Ser 2025-01-26 14:36:54 +01:00
parent bac8c0f4d0
commit 6fed1f9d89
3 changed files with 30 additions and 1 deletions

View file

@ -9,6 +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',