mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
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:
parent
d6a48ab7a7
commit
4415178707
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue