Removed support for wlroots 0.17, added support for wlroots 0.20-dev

This commit is contained in:
Keith Bowes 2025-05-16 16:15:51 -04:00
parent 4c6a762e12
commit 557bb4ae05
9 changed files with 11 additions and 93 deletions

View file

@ -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')