From cb0db3542df1c32137bb4170d6e57a5c195dc69f Mon Sep 17 00:00:00 2001 From: John Lindgren Date: Sun, 2 Feb 2025 14:22:24 -0500 Subject: [PATCH] chase wlroots: pin to first 0.19.0-dev commit Ref: b10516e1e8352f3140d68fa580b0ed32e13c2d58 ("build: bump version to 0.19.0-dev") --- meson.build | 4 ++-- subprojects/wlroots.wrap | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index 6fe605d8..d8585029 100644 --- a/meson.build +++ b/meson.build @@ -50,9 +50,9 @@ endif add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') wlroots = dependency( - 'wlroots-0.18', + 'wlroots-0.19', default_options: ['default_library=static', 'examples=false'], - version: ['>=0.18.1', '<0.19.0'], + version: ['>=0.19.0', '<0.20.0'], ) wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true' diff --git a/subprojects/wlroots.wrap b/subprojects/wlroots.wrap index 838b2633..ea1ae44a 100644 --- a/subprojects/wlroots.wrap +++ b/subprojects/wlroots.wrap @@ -1,7 +1,7 @@ [wrap-git] url = https://gitlab.freedesktop.org/wlroots/wlroots.git -revision = 0.18 +revision = b10516e1e8352f3140d68fa580b0ed32e13c2d58 [provide] -dependency_names = wlroots-0.18 -wlroots-0.18=wlroots +dependency_names = wlroots-0.19 +wlroots-0.19=wlroots