]> git.mdlowis.com Git - proto/labwc.git/commitdiff
meson: bump wlroots dependency version number
authorkalekale <kalekale.anon@gmail.com>
Tue, 29 Jun 2021 09:18:12 +0000 (15:03 +0545)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 29 Jun 2021 11:52:39 +0000 (12:52 +0100)
meson.build

index 19870b462e5c2c2fbc629d2a003160b11463c807..a6d5c09803cca2f01e5be0468603d91f8b25591d 100644 (file)
@@ -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'],