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 0a737c36..470eb0e6 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ if is_freebsd
36endif 36endif
37 37
38# Execute the wlroots subproject, if any 38# Execute the wlroots subproject, if any
39wlroots_version = ['>=0.16.0', '<0.17.0'] 39wlroots_version = ['>=0.17.0', '<0.18.0']
40subproject( 40subproject(
41 'wlroots', 41 'wlroots',
42 default_options: ['examples=false'], 42 default_options: ['examples=false'],