mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
Set the correct version for wlroots dependency
This commit is contained in:
parent
462ad4ea83
commit
8adb70f9c5
1 changed files with 1 additions and 1 deletions
|
@ -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.4.1'
|
||||
wlroots_version = '>=0.5'
|
||||
wlroots_proj = subproject(
|
||||
'wlroots',
|
||||
default_options: ['rootston=false', 'examples=false'],
|
||||
|
|
Loading…
Reference in a new issue