]> git.mdlowis.com Git - proto/labwc.git/commitdiff
meson: unbreak with system wlroots after fd4ea3542fdc
authorJan Beich <jbeich@FreeBSD.org>
Thu, 15 Apr 2021 20:49:24 +0000 (20:49 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 15 Apr 2021 21:21:06 +0000 (22:21 +0100)
meson.build:50:2: ERROR: All keyword arguments must be after positional arguments.

meson.build

index a2b86db61cba5dc1cdae610310a44ed8600ef856..2345fc79785d9c91e3dbc397da7b75ed61856248 100644 (file)
@@ -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')