From 17ee30d07058bed7a5b5aaede3367a9e2f22d0af Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Fri, 17 Dec 2021 16:21:30 +0100 Subject: build: bump wlroots dependency to 0.16.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 452502ff..2a271d36 100644 --- a/meson.build +++ b/meson.build @@ -61,7 +61,7 @@ math = cc.find_library('m') rt = cc.find_library('rt') # Try first to find wlroots as a subproject, then as a system dependency -wlroots_version = ['>=0.15.0', '<0.16.0'] +wlroots_version = ['>=0.16.0', '<0.17.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], -- cgit v1.2.3