From c1d0902a6de8e722fc96b9e10ef9cc74f7d36d73 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sun, 12 Feb 2023 22:32:19 +0100 Subject: [PATCH] Update wlroots repro build version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3bc5241..95583a8 100644 --- a/meson.build +++ b/meson.build @@ -204,7 +204,7 @@ reproducible_build_versions = { 'wayland_server': '1.19.0', 'wayland_client': '1.21.0', 'wayland_cursor': '1.21.0', - 'wlroots': '0.16.1', + 'wlroots': '0.16.2', 'xkbcommon': '1.5.0', 'fontconfig': '2.14.2', 'libinput': '1.22.1',