]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Chase wlroots: Update meson.build wlroots requirement to >= 0.17
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 24 Jan 2023 02:29:38 +0000 (03:29 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 27 Nov 2023 21:01:53 +0000 (21:01 +0000)
meson.build
subprojects/wlroots.wrap

index 54b1755176b938b746aa9e687a3926f6df86d1a7..22b99da4db22c382e986f11e0ff12989baf3066d 100644 (file)
@@ -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'
index 8f847367d8be28a4761da56e0a81848fe549845b..70fbd695a23d1ef05b1192537d43052b3e066f74 100644 (file)
@@ -1,6 +1,6 @@
 [wrap-git]
 url = https://gitlab.freedesktop.org/wlroots/wlroots.git
-revision = 0.16
+revision = 5b23987349dde587100c792bb6d180c930e6f2bd
 
 [provide]
 dependency_names = wlroots