mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Bump required wlroots version
This commit is contained in:
parent
c8e4ca355d
commit
464a3b4fdd
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue