Bump required wlroots version

This commit is contained in:
Drew DeVault 2019-05-03 13:10:53 -04:00
parent c8e4ca355d
commit 464a3b4fdd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ rt = cc.find_library('rt')
git = find_program('git', native: true, required: false) git = find_program('git', native: true, required: false)
# Try first to find wlroots as a subproject, then as a system dependency # 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_proj = subproject(
'wlroots', 'wlroots',
default_options: ['rootston=false', 'examples=false'], default_options: ['rootston=false', 'examples=false'],