chase wlroots: Add support for color-management-v1

v2: Chase wlroots!5122
v3: Chase wlroots!5141
v4: Chase wlroots!5165
v5: Chase wlroots 9b4d9eab
v6: Chase wlroots 58f0867c
v7: Rebase chase/0.20
v8: Reorder some of the setup code
v9: Update wayland-protocols version
v10: Chase wlroots 7101a69
v11: Fix code style
v12: Remove server protocol declaration
This commit is contained in:
Christopher Snowhill 2025-07-31 22:12:08 -07:00
parent 2a6fe0409d
commit 4b545fdcbd
5 changed files with 64 additions and 12 deletions

View file

@ -60,7 +60,7 @@ wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'
have_libsfdo = not get_option('icon').disabled()
wayland_server = dependency('wayland-server', version: '>=1.22.90')
wayland_protos = dependency('wayland-protocols', version: '>=1.39')
wayland_protos = dependency('wayland-protocols', version: '>=1.47')
xkbcommon = dependency('xkbcommon')
xcb = dependency('xcb', required: get_option('xwayland'))
xcb_ewmh = dependency('xcb-ewmh', required: get_option('xwayland'))