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 0e4f4ccf..f1e32cac 100644
--- a/meson.build
+++ b/meson.build
@@ -60,7 +60,7 @@ math = cc.find_library('m')
60rt = cc.find_library('rt') 60rt = cc.find_library('rt')
61 61
62# Try first to find wlroots as a subproject, then as a system dependency 62# Try first to find wlroots as a subproject, then as a system dependency
63wlroots_version = ['>=0.11.0', '<0.12.0'] 63wlroots_version = ['>=0.12.0', '<0.13.0']
64wlroots_proj = subproject( 64wlroots_proj = subproject(
65 'wlroots', 65 'wlroots',
66 default_options: ['examples=false'], 66 default_options: ['examples=false'],