mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
react to wlroots changes
This commit is contained in:
parent
bed7e244c2
commit
4cee7c4014
10 changed files with 38 additions and 36 deletions
|
|
@ -24,7 +24,7 @@ cc = meson.get_compiler('c')
|
|||
inc_dir = include_directories('include')
|
||||
|
||||
libxml2 = dependency('libxml-2.0')
|
||||
wlroots = dependency('wlroots', version: '>=0.15.0')
|
||||
wlroots = dependency('wlroots', version: '>=0.16.0')
|
||||
wayland_server = dependency('wayland-server', version: '>=1.15')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue