update wlroots dependency to 0.21

This commit is contained in:
DreamMaoMao 2026-03-21 20:11:38 +08:00
parent a5341c4b7f
commit 587242800c

View file

@ -32,7 +32,7 @@ cc = meson.get_compiler('c')
libm = cc.find_library('m')
xcb = dependency('xcb', required : get_option('xwayland'))
xlibs = dependency('xcb-icccm', required : get_option('xwayland'))
wlroots_dep = dependency('wlroots-0.20',version: '>=0.20.0')
wlroots_dep = dependency('wlroots-0.21',version: '>=0.21.0')
wayland_server_dep = dependency('wayland-server',version: '>=1.23.1')
xkbcommon_dep = dependency('xkbcommon')
libinput_dep = dependency('libinput',version: '>=1.27.1')