meson.build: increase wlroots dep to 0.18.1

This ensures users do not run into asserts()
when using the ext-foreign-toplevel-list protocol.
This commit is contained in:
Consolatis 2024-10-30 19:49:29 +01:00 committed by Johan Malm
parent d6a48ab7a7
commit 4415178707

View file

@ -52,7 +52,7 @@ add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots = dependency(
'wlroots-0.18',
default_options: ['default_library=static', 'examples=false'],
version: ['>=0.18.0', '<0.19.0'],
version: ['>=0.18.1', '<0.19.0'],
)
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'