From 4b0f87c277f196a300ac658e5e633e0988b286f1 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 5 Dec 2023 10:37:59 +0100 Subject: [PATCH] Fix wlroots version requirements --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f55192f..aeb3346 100644 --- a/meson.build +++ b/meson.build @@ -55,7 +55,7 @@ if is_freebsd ) endif -wlroots = dependency('wlroots', version: ['>=0.16.1', '< 0.17.1']) +wlroots = dependency('wlroots', version: ['>=0.17.0', '< 0.18.0']) wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') wayland_cursor = dependency('wayland-cursor')