chase: move to stable tablet protocol and require w-p >= 1.35

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4645
This commit is contained in:
Consolatis 2024-06-29 21:05:02 +02:00 committed by Johan Malm
parent 924e31f089
commit 0d00e9a232
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ wlroots = dependency(
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'
wayland_server = dependency('wayland-server', version: '>=1.19.0')
wayland_protos = dependency('wayland-protocols')
wayland_protos = dependency('wayland-protocols', version: '>=1.35')
xkbcommon = dependency('xkbcommon')
xcb = dependency('xcb', required: get_option('xwayland'))
xcb_icccm = dependency('xcb-icccm', required: get_option('xwayland'))