From 4246cfaea8bcc8ad10aec8b8640ff108c144b576 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 8 Apr 2021 08:54:38 +0200 Subject: build: update wlroots dependency version to 0.14.x The latest commit of Sway always requires the latest commit of wlroots. (cherry picked from commit 7a68a28475bfefd65d618b053b566e0877abcc75) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e179552b..d2c8d3ad 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.13.0', '<0.14.0'] +wlroots_version = ['>=0.14.0', '<0.15.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], -- cgit v1.2.3-54-g00ecf