]> git.mdlowis.com Git - proto/labwc.git/commitdiff
chase wlroots: pin to first 0.19.0-dev commit
authorJohn Lindgren <john@jlindgren.net>
Sun, 2 Feb 2025 19:22:24 +0000 (14:22 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 21 May 2025 05:36:08 +0000 (06:36 +0100)
Ref: b10516e1e8352f3140d68fa580b0ed32e13c2d58
("build: bump version to 0.19.0-dev")

meson.build
subprojects/wlroots.wrap

index 6fe605d8eb9d5beb720e97045124e00a2999ad6b..d8585029950f47a9e8d904382f11ee6298695a29 100644 (file)
@@ -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'
index 838b2633003b0677955d926aa8206700f8c064fd..ea1ae44ac46a4ea3ae94dec05078d7e442f82163 100644 (file)
@@ -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