From 491d508d752f35f11f6c877ce2e3cbe2d1994c36 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Wed, 12 Oct 2022 04:29:29 -0400 Subject: [PATCH] meson: Bump wlroots version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5a8b28c..fbd7e16 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,7 @@ if is_freebsd ) endif -wlroots = dependency('wlroots', version: '>= 0.15.0', fallback: ['wlroots', 'wlroots']) +wlroots = dependency('wlroots', version: '>= 0.16.0', fallback: ['wlroots', 'wlroots']) wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') xkbcommon = dependency('xkbcommon')