mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-24 01:40:22 -05:00
Removed support for wlroots 0.18
This commit is contained in:
parent
0e38e64232
commit
fee25b89cd
5 changed files with 3 additions and 26 deletions
|
|
@ -29,7 +29,7 @@ inc_dir = include_directories('include')
|
|||
if get_option('wlroots-version') != ''
|
||||
wlroots_version = get_option('wlroots-version')
|
||||
else
|
||||
wlroots_version = ['wlroots-0.20', 'wlroots-0.19', 'wlroots-0.18']
|
||||
wlroots_version = ['wlroots-0.20', 'wlroots-0.19']
|
||||
endif
|
||||
|
||||
libevdev = dependency('libevdev')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue