aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2025-01-26 14:36:54 +0100
committerSimon Ser <contact@emersion.fr>2025-07-09 01:25:11 +0200
commit6fed1f9d8933588484e2303e53ac4270a417d78a (patch)
treea6af8b3392a146f01c4cef9d3fca4f19bfb07c84 /protocols
parentbac8c0f4d0a569ac9f63a2055bb8c886778dcf06 (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',