]> git.mdlowis.com Git - proto/labwc.git/commitdiff
build: bump wlroots dependency version number
authorARDiDo <90479315+ARDiDo@users.noreply.github.com>
Fri, 17 Dec 2021 15:32:43 +0000 (10:32 -0500)
committerARDiDo <90479315+ARDiDo@users.noreply.github.com>
Fri, 17 Dec 2021 15:32:43 +0000 (10:32 -0500)
meson.build

index 024c266820a29adaf7fe31fe079e266b02fc9588..78caf028f30f21fb5e5739a281785298f14d3d0d 100644 (file)
@@ -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'],