From eee63b80018357f45823f0f95f1f5e649afcf339 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Thu, 28 Feb 2019 19:26:07 +0100 Subject: [PATCH] meson: require wlroots >= 0.41.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6b180b1..7491e8c 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ endif cc = meson.get_compiler('c') -wlroots = dependency('wlroots') +wlroots = dependency('wlroots', version: '>= 0.4.1') wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') pixman = dependency('pixman-1')