Skip to content

Commit

Permalink
Bump required wlroots version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed May 3, 2019
1 parent c8e4ca3 commit 464a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rt = cc.find_library('rt')
git = find_program('git', native: true, required: false)

# Try first to find wlroots as a subproject, then as a system dependency
wlroots_version = '>=0.5'
wlroots_version = '>=0.6'
wlroots_proj = subproject(
'wlroots',
default_options: ['rootston=false', 'examples=false'],
Expand Down

0 comments on commit 464a3b4

Please sign in to comment.