From 3cb59e31ca841b9c2048b83ab44786d2d3b8cf22 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 8 Nov 2020 15:15:15 +0100 Subject: build: bump wlroots dependency to 0.12.0 (cherry picked from commit 5ae4f65045c04df7ad2d87142b4064803d97a73e) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0e4f4ccf..f1e32cac 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,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.11.0', '<0.12.0'] +wlroots_version = ['>=0.12.0', '<0.13.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], -- cgit v1.2.3-54-g00ecf