mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Removed support for wlroots 0.17, added support for wlroots 0.20-dev
This commit is contained in:
parent
4c6a762e12
commit
557bb4ae05
9 changed files with 11 additions and 93 deletions
|
|
@ -29,13 +29,13 @@ inc_dir = include_directories('include')
|
|||
if get_option('wlroots-version') != ''
|
||||
wlroots_version = get_option('wlroots-version')
|
||||
else
|
||||
wlroots_version = ['wlroots-0.19', 'wlroots-0.18', 'wlroots']
|
||||
wlroots_version = ['wlroots-0.20', 'wlroots-0.19', 'wlroots-0.18']
|
||||
endif
|
||||
|
||||
libevdev = dependency('libevdev')
|
||||
libinput = dependency('libinput', version: '>=1.21.0', required: false)
|
||||
libxml2 = dependency('libxml-2.0')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.27')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.37')
|
||||
wayland_server = dependency('wayland-server', version: '>=1.15')
|
||||
wlroots = dependency(wlroots_version, version: '>=0.17.0')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue