From 1d65dbe899259bd8c5b6b1d4c52efda51c0310c2 Mon Sep 17 00:00:00 2001 From: Stuart Dilts Date: Sun, 15 Oct 2023 16:49:28 -0600 Subject: [PATCH] Fix wlroots version specifier --- heart/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heart/meson.build b/heart/meson.build index 86fcb6c..25223e4 100644 --- a/heart/meson.build +++ b/heart/meson.build @@ -27,7 +27,7 @@ wayland_protos = dependency('wayland-protocols', version: '>=1.14') xkbcommon = dependency('xkbcommon') xcb = dependency('xcb', required: get_option('xwayland')) -wlroots_version = ['>=0.15.0', '<=0.16.0'] +wlroots_version = ['>=0.16.0', '<0.17.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'],