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
f967bfae17
commit
3a64d3955c
5 changed files with 13 additions and 5 deletions
|
|
@ -29,9 +29,9 @@ inc_dir = include_directories('include')
|
|||
libevdev = dependency('libevdev')
|
||||
libinput = dependency('libinput', version: '>=1.21.0')
|
||||
libxml2 = dependency('libxml-2.0')
|
||||
wlroots = dependency('wlroots', version: '>=0.17.0')
|
||||
wayland_server = dependency('wayland-server', version: '>=1.15')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.27')
|
||||
wayland_server = dependency('wayland-server', version: '>=1.15')
|
||||
wlroots = dependency('wlroots', version: '>=0.17.0')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
||||
msgfmt = find_program('msgfmt', required: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue