We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e4ca3 commit 464a3b4Copy full SHA for 464a3b4
meson.build
@@ -60,7 +60,7 @@ rt = cc.find_library('rt')
60
git = find_program('git', native: true, required: false)
61
62
# Try first to find wlroots as a subproject, then as a system dependency
63
-wlroots_version = '>=0.5'
+wlroots_version = '>=0.6'
64
wlroots_proj = subproject(
65
'wlroots',
66
default_options: ['rootston=false', 'examples=false'],
0 commit comments