]> git.mdlowis.com Git - proto/labwc.git/commitdiff
build: bump wlroots dependency version number
authorJohan Malm <jgm323@gmail.com>
Fri, 16 Jul 2021 18:58:22 +0000 (19:58 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 16 Jul 2021 18:58:22 +0000 (19:58 +0100)
meson.build

index 20fe61ef7b10a4b70818e0edfa95a63e6286d732..43f18b2164d6c10d6102913bcc29cf5fc9fda53b 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.15.0', '<0.16.0']
 wlroots_proj = subproject(
   'wlroots',
   default_options: ['examples=false'],