aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2025-01-26 14:36:54 +0100
committerFurkan Sahin <furkan-dev@proton.me>2025-01-26 14:36:54 +0100
commite391b1780d792701a699d9cd170b0df3ff855a64 (patch)
treea6af8b3392a146f01c4cef9d3fca4f19bfb07c84 /protocols
parent3477c76ff9e8e20f8288cba7a0b8a911b9aa493b (diff)
Add support for color-management-v1
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4962
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 4d24e707..3414119b 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -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',