update to wlroots 0.18.2

there some bug when cursor to get client, it will get the other tag
client(x11 app)
This commit is contained in:
DreamMaoMao 2025-03-03 22:08:43 +08:00
parent c959399403
commit 954a6e6848
3 changed files with 223 additions and 138 deletions

View file

@ -33,7 +33,7 @@ libm = cc.find_library('m')
xcb = dependency('xcb', required : get_option('xwayland'))
xlibs = dependency('xcb-icccm', required : get_option('xwayland'))
wayland_server_dep = dependency('wayland-server')
wlroots_dep = dependency('wlroots', version : ['>=0.17.0', '<0.18.0'])
wlroots_dep = dependency('wlroots-0.18')
xkbcommon_dep = dependency('xkbcommon')
libinput_dep = dependency('libinput')
libwayland_client_dep = dependency('wayland-client')