mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
meson: unbreak with system wlroots after fd4ea3542f
meson.build:50:2: ERROR: All keyword arguments must be after positional arguments.
This commit is contained in:
parent
560a06cbf1
commit
b997d8e793
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ if wlroots_proj.found()
|
|||
wlroots_conf = wlroots_proj.get_variable('conf_data')
|
||||
wlroots_has_xwayland = wlroots_conf.get('WLR_HAS_XWAYLAND') == 1
|
||||
else
|
||||
wlroots = dependency('wlroots', version: '>=0.13.0', '<0.14.0')
|
||||
wlroots = dependency('wlroots', version: ['>=0.13.0', '<0.14.0'])
|
||||
wlroots_has_xwayland = cc.get_define('WLR_HAS_XWAYLAND', prefix: '#include <wlr/config.h>', dependencies: wlroots) == '1'
|
||||
endif
|
||||
wayland_server = dependency('wayland-server', version: '>=0.19.0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue