From 523761fc4692f4fabccf41df3cc51d9e14a97300 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Sun, 19 Jul 2020 10:12:09 +0200 Subject: [PATCH] Adjust wlroots reproducible builds version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 39876e0..53edb52 100644 --- a/meson.build +++ b/meson.build @@ -195,7 +195,7 @@ reproducible_build_versions = { 'wayland_server': '1.18.0', 'wayland_client': '1.18.0', 'wayland_cursor': '1.18.0', - 'wlroots': '0.10.1', + 'wlroots': '0.11.0', 'xkbcommon': '0.10.0', 'fontconfig': '2.13.91', 'pixman': '0.40.0',