From 525ce9beaa423d694b4937d27767e52cc7a40a19 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Wed, 22 Nov 2023 05:34:38 +0100 Subject: [PATCH] meson: Bump minimum wlroots to 0.17 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d38b4d1..45b3f91 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,7 @@ if is_freebsd ) endif -wlroots = dependency('wlroots', version: '>= 0.16.0', fallback: ['wlroots', 'wlroots']) +wlroots = dependency('wlroots', version: '>= 0.17.0', fallback: ['wlroots', 'wlroots']) wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') xkbcommon = dependency('xkbcommon')