From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:53:54 +0000 (+0100) Subject: chase: wlroots version dep to 0.18 X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=d1fbb3c7ccd929ff4eb2bf97ec9704059d8895bf;p=proto%2Flabwc.git chase: wlroots version dep to 0.18 --- diff --git a/meson.build b/meson.build index eddce0c3..629447b3 100644 --- a/meson.build +++ b/meson.build @@ -51,7 +51,7 @@ add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') wlroots = dependency( 'wlroots', default_options: ['default_library=static', 'examples=false'], - version: ['>=0.17.0', '<0.18.0'], + version: ['>=0.18.0', '<0.19.0'], ) wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true' diff --git a/subprojects/wlroots.wrap b/subprojects/wlroots.wrap index 7ae85823..33e301a6 100644 --- a/subprojects/wlroots.wrap +++ b/subprojects/wlroots.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://gitlab.freedesktop.org/wlroots/wlroots.git -revision = 0.17 +revision = 3b4d7d2a926a0b65d3bad6649615c0b6a61c0336 [provide] dependency_names = wlroots