From: Johan Malm Date: Fri, 16 Jul 2021 18:58:22 +0000 (+0100) Subject: build: bump wlroots dependency version number X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=c9312edf0b05162b49032828837370e168a010d8;p=proto%2Flabwc.git build: bump wlroots dependency version number --- diff --git a/meson.build b/meson.build index 20fe61ef..43f18b21 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.15.0', '<0.16.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'],