From fe8a1e9c92e9e59c641357c837f9c086f77a9970 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 19 May 2025 22:21:25 +0800 Subject: [PATCH] fix wlroots dependcy version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bc071d3..9c73299 100644 --- a/meson.build +++ b/meson.build @@ -80,7 +80,7 @@ wayland_server = dependency('wayland-server', wlroots_options = [ 'examples=false' ] wlroots_version = ['>=0.19.0', '<0.20.0'] -wlroots = dependency('wlroots-0.18', +wlroots = dependency('wlroots-0.19', version: wlroots_version, default_options: wlroots_options, required: false,