meson: Bump minimum wlroots to 0.17

This commit is contained in:
Kenny Levinsen 2023-11-22 05:34:38 +01:00 committed by Simon Ser
parent b40be06da2
commit c9d2f3afac

View file

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