aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 161a67b0..e3580cdf 100644
--- a/meson.build
+++ b/meson.build
@@ -57,7 +57,7 @@ rt = cc.find_library('rt')
57git = find_program('git', native: true, required: false) 57git = find_program('git', native: true, required: false)
58 58
59# Try first to find wlroots as a subproject, then as a system dependency 59# Try first to find wlroots as a subproject, then as a system dependency
60wlroots_version = ['>=0.7.0', '<0.8.0'] 60wlroots_version = ['>=0.8.1', '<0.9.0']
61wlroots_proj = subproject( 61wlroots_proj = subproject(
62 'wlroots', 62 'wlroots',
63 default_options: ['examples=false'], 63 default_options: ['examples=false'],