From 8256bbbefee3f247626ccf30cdcd80933b834a96 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Fri, 14 Aug 2020 17:51:45 +0200 Subject: [PATCH] Update dependencies --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 53edb52..a00471e 100644 --- a/meson.build +++ b/meson.build @@ -53,7 +53,7 @@ if is_freebsd ) endif -wlroots = dependency('wlroots', version: '>= 0.9.1') +wlroots = dependency('wlroots', version: '>= 0.11.0') wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') wayland_cursor = dependency('wayland-cursor')