From 64cc0b91e856ecba5707d567d7ed01c98a71df1b Mon Sep 17 00:00:00 2001 From: ARDiDo <90479315+ARDiDo@users.noreply.github.com> Date: Fri, 17 Dec 2021 10:32:43 -0500 Subject: [PATCH] build: bump wlroots dependency version number --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 024c2668..78caf028 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ if git.found() endif add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') -wlroots_version = ['>=0.15.0', '<0.16.0'] +wlroots_version = ['>=0.16.0', '<0.17.0'] wlroots_proj = subproject( 'wlroots', default_options: ['default_library=static', 'examples=false'], -- 2.52.0