diff --git a/meson.build b/meson.build index 8530075a..4317e5bc 100644 --- a/meson.build +++ b/meson.build @@ -41,7 +41,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.11.0') + wlroots = dependency('wlroots', version: '>= 0.13.0') wlroots_has_xwayland = cc.get_define('WLR_HAS_XWAYLAND', prefix: '#include ', dependencies: wlroots) == '1' endif wayland_server = dependency('wayland-server')