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 230d6b1e..f63f0e11 100644
--- a/meson.build
+++ b/meson.build
@@ -58,7 +58,7 @@ math = cc.find_library('m')
58rt = cc.find_library('rt') 58rt = cc.find_library('rt')
59 59
60# Try first to find wlroots as a subproject, then as a system dependency 60# Try first to find wlroots as a subproject, then as a system dependency
61wlroots_version = ['>=0.8.1', '<0.9.0'] 61wlroots_version = ['>=0.9.0', '<0.10.0']
62wlroots_proj = subproject( 62wlroots_proj = subproject(
63 'wlroots', 63 'wlroots',
64 default_options: ['examples=false'], 64 default_options: ['examples=false'],