From 8adb70f9c54549a5cb4fd7d2288ddce66dedfd9e Mon Sep 17 00:00:00 2001 From: bschacht <1143280+bschacht@users.noreply.github.com> Date: Thu, 25 Apr 2019 06:24:10 +0000 Subject: Set the correct version for wlroots dependency --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3ed0c551..d2b6e8c0 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,7 @@ rt = cc.find_library('rt') git = find_program('git', native: true, required: false) # Try first to find wlroots as a subproject, then as a system dependency -wlroots_version = '>=0.4.1' +wlroots_version = '>=0.5' wlroots_proj = subproject( 'wlroots', default_options: ['rootston=false', 'examples=false'], -- cgit v1.2.3-54-g00ecf