mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-23 05:35:53 -04:00
update wlroots dependency to 0.21
This commit is contained in:
parent
a5341c4b7f
commit
587242800c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ cc = meson.get_compiler('c')
|
||||||
libm = cc.find_library('m')
|
libm = cc.find_library('m')
|
||||||
xcb = dependency('xcb', required : get_option('xwayland'))
|
xcb = dependency('xcb', required : get_option('xwayland'))
|
||||||
xlibs = dependency('xcb-icccm', 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')
|
wayland_server_dep = dependency('wayland-server',version: '>=1.23.1')
|
||||||
xkbcommon_dep = dependency('xkbcommon')
|
xkbcommon_dep = dependency('xkbcommon')
|
||||||
libinput_dep = dependency('libinput',version: '>=1.27.1')
|
libinput_dep = dependency('libinput',version: '>=1.27.1')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue