From: ARDiDo <90479315+ARDiDo@users.noreply.github.com> Date: Fri, 17 Dec 2021 15:32:43 +0000 (-0500) Subject: build: bump wlroots dependency version number X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=64cc0b91e856ecba5707d567d7ed01c98a71df1b;p=proto%2Flabwc.git build: bump wlroots dependency version number --- 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'],