From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Tue, 24 Jan 2023 02:29:38 +0000 (+0100) Subject: Chase wlroots: Update meson.build wlroots requirement to >= 0.17 X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5feda28f121317953aaeadcb6273bc34e99d829a;p=proto%2Flabwc.git Chase wlroots: Update meson.build wlroots requirement to >= 0.17 --- diff --git a/meson.build b/meson.build index 54b17551..22b99da4 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.16.0', '<0.17.0'], + version: ['>=0.17.0', '<0.18.0'], ) wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true' diff --git a/subprojects/wlroots.wrap b/subprojects/wlroots.wrap index 8f847367..70fbd695 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.16 +revision = 5b23987349dde587100c792bb6d180c930e6f2bd [provide] dependency_names = wlroots