Protocols: use upstream wayland-protocols for ext-workspace-v1.xml

This commit is contained in:
Consolatis 2025-05-23 13:26:23 +02:00 committed by Johan Malm
parent c870043a8a
commit 78681813cc
3 changed files with 2 additions and 420 deletions

View file

@ -59,7 +59,7 @@ wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'
have_libsfdo = not get_option('icon').disabled()
wayland_server = dependency('wayland-server', version: '>=1.19.0')
wayland_protos = dependency('wayland-protocols', version: '>=1.37')
wayland_protos = dependency('wayland-protocols', version: '>=1.39')
xkbcommon = dependency('xkbcommon')
xcb = dependency('xcb', required: get_option('xwayland'))
xcb_icccm = dependency('xcb-icccm', required: get_option('xwayland'))