Bump wlroots requirement to v0.18

This commit is contained in:
Simon Ser 2024-02-16 16:17:47 +01:00
parent eaeab71ffa
commit d7e7c6ff30
3 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ if is_freebsd
)
endif
wlroots = dependency('wlroots', version: '>= 0.17.0', fallback: ['wlroots', 'wlroots'])
wlroots = dependency('wlroots-0.18', fallback: ['wlroots', 'wlroots'])
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_server = dependency('wayland-server')
xkbcommon = dependency('xkbcommon')