From fd4ea3542fdc2f40e5160162dfc69bed0e1818f4 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 15 Apr 2021 21:35:47 +0100 Subject: [PATCH] labwc 0.2.0 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4e8ab35d..a2b86db6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'labwc', 'c', - version: '0.1.0', + version: '0.2.0', license: 'GPL-2', default_options: [ 'c_std=c11', @@ -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') + wlroots = dependency('wlroots', version: '>=0.13.0', '<0.14.0') wlroots_has_xwayland = cc.get_define('WLR_HAS_XWAYLAND', prefix: '#include ', dependencies: wlroots) == '1' endif wayland_server = dependency('wayland-server', version: '>=0.19.0')