From 448b3c5870eed877124de88b430f5d45db9cc302 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sat, 26 Jun 2021 10:12:52 +0100 Subject: [PATCH] build: bump wlroots dependency to 0.15.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a28769d7..d464e2e4 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'],