From 4415178707e60ff25350cadf1744da7e80c4ed92 Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:49:29 +0100 Subject: [PATCH] meson.build: increase wlroots dep to 0.18.1 This ensures users do not run into asserts() when using the ext-foreign-toplevel-list protocol. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index eb8d13e5..b0e1be03 100644 --- a/meson.build +++ b/meson.build @@ -52,7 +52,7 @@ add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') wlroots = dependency( 'wlroots-0.18', default_options: ['default_library=static', 'examples=false'], - version: ['>=0.18.0', '<0.19.0'], + version: ['>=0.18.1', '<0.19.0'], ) wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'