]> git.mdlowis.com Git - proto/labwc.git/commitdiff
build: bump wlroots dependency to 0.15.0
authorJohan Malm <jgm323@gmail.com>
Sat, 26 Jun 2021 09:12:52 +0000 (10:12 +0100)
committerJohan Malm <jgm323@gmail.com>
Sat, 26 Jun 2021 09:12:52 +0000 (10:12 +0100)
meson.build

index a28769d7879c135f3e6bc05336c1bbda08008e7e..d464e2e4ead141cb70f2d7ef0b581e66ae51e493 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'],