diff options
| author | Simon Ser <contact@emersion.fr> | 2025-01-26 14:36:54 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-07-09 01:25:11 +0200 |
| commit | 6fed1f9d8933588484e2303e53ac4270a417d78a (patch) | |
| tree | a6af8b3392a146f01c4cef9d3fca4f19bfb07c84 /meson.build | |
| parent | bac8c0f4d0a569ac9f63a2055bb8c886778dcf06 (diff) | |
Add support for color-management-v1
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4962
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index eab1348a..de5a620c 100644 --- a/meson.build +++ b/meson.build @@ -65,7 +65,7 @@ pcre2 = dependency('libpcre2-8') wayland_server = dependency('wayland-server', version: '>=1.21.0') wayland_client = dependency('wayland-client') wayland_cursor = dependency('wayland-cursor') -wayland_protos = dependency('wayland-protocols', version: '>=1.24', default_options: ['tests=false']) +wayland_protos = dependency('wayland-protocols', version: '>=1.41', default_options: ['tests=false']) xkbcommon = dependency('xkbcommon', version: '>=1.5.0') cairo = dependency('cairo') pango = dependency('pango') |
