]> git.mdlowis.com Git - proto/labwc.git/commitdiff
meson.build: increase wlroots dep to 0.18.1
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 30 Oct 2024 18:49:29 +0000 (19:49 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 9 Nov 2024 20:06:19 +0000 (20:06 +0000)
This ensures users do not run into asserts()
when using the ext-foreign-toplevel-list protocol.

meson.build

index eb8d13e547f155cbd5f5ec4f0950e25c488158b1..b0e1be03441761ad88c27f657fd1588643d8785f 100644 (file)
@@ -52,7 +52,7 @@ add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
 wlroots = dependency(
   'wlroots-0.18',
   default_options: ['default_library=static', 'examples=false'],
-  version: ['>=0.18.0', '<0.19.0'],
+  version: ['>=0.18.1', '<0.19.0'],
 )
 
 wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'