react to wlroots changes

This commit is contained in:
Keith Bowes 2024-04-21 14:16:29 -04:00
parent f967bfae17
commit 3a64d3955c
5 changed files with 13 additions and 5 deletions

View file

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