aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index eeee39cd..adf49c19 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ if is_freebsd
37endif 37endif
38 38
39# Execute the wlroots subproject, if any 39# Execute the wlroots subproject, if any
40wlroots_version = ['>=0.17.0', '<0.18.0'] 40wlroots_version = ['>=0.18.0', '<0.19.0']
41subproject( 41subproject(
42 'wlroots', 42 'wlroots',
43 default_options: ['examples=false'], 43 default_options: ['examples=false'],