From: kalekale Date: Tue, 29 Jun 2021 09:18:12 +0000 (+0545) Subject: meson: bump wlroots dependency version number X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=a1ae16c1cf173dead8148b696fb730f40831cecc;p=proto%2Flabwc.git meson: bump wlroots dependency version number --- diff --git a/meson.build b/meson.build index 19870b46..a6d5c098 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ if git.found() endif add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') -wlroots_version = ['>=0.14.0', '<0.15.0'] +wlroots_version = ['>=0.14.0', '<=0.15.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'],