mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
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:
parent
c959399403
commit
954a6e6848
3 changed files with 223 additions and 138 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue