From edd188ca62be82653b04f25e7208ada0583e26bd Mon Sep 17 00:00:00 2001 From: StratusFearMe21 <57533634+StratusFearMe21@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:06:29 +0000 Subject: [PATCH] Add version checking to wlroots dependency --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index aa88079..738dea9 100644 --- a/meson.build +++ b/meson.build @@ -9,7 +9,7 @@ libm = cc.find_library('m') xcb = dependency('xcb', required : get_option('xwayland')) xlibs = dependency('xcb-icccm', required : get_option('xwayland')) wayland_server_dep = dependency('wayland-server') -wlroots_dep = dependency('wlroots') +wlroots_dep = dependency('wlroots', version : ['>=0.16.0', '<0.17.0']) xkbcommon_dep = dependency('xkbcommon') libinput_dep = dependency('libinput')