From d43094e4401e89da67260f0d5bf7946446177243 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Wed, 5 May 2021 18:44:56 +0200 Subject: [PATCH] Set wlroots version to 0.13.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fdabe24..1bd5ad9 100644 --- a/meson.build +++ b/meson.build @@ -53,7 +53,7 @@ if is_freebsd ) endif -wlroots = dependency('wlroots', version: '< 0.14.0') +wlroots = dependency('wlroots', version: '0.13.0') wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') wayland_cursor = dependency('wayland-cursor')