Skip to content

Commit 464a3b4

Browse files
committed
Bump required wlroots version
1 parent c8e4ca3 commit 464a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rt = cc.find_library('rt')
6060
git = find_program('git', native: true, required: false)
6161

6262
# Try first to find wlroots as a subproject, then as a system dependency
63-
wlroots_version = '>=0.5'
63+
wlroots_version = '>=0.6'
6464
wlroots_proj = subproject(
6565
'wlroots',
6666
default_options: ['rootston=false', 'examples=false'],

0 commit comments

Comments
 (0)