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 9937eebe..4c35b372 100644
--- a/meson.build
+++ b/meson.build
@@ -60,7 +60,7 @@ rt = cc.find_library('rt')
60git = find_program('git', native: true, required: false) 60git = find_program('git', native: true, required: false)
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.5' 63wlroots_version = '>=0.6'
64wlroots_proj = subproject( 64wlroots_proj = subproject(
65 'wlroots', 65 'wlroots',
66 default_options: ['rootston=false', 'examples=false'], 66 default_options: ['rootston=false', 'examples=false'],