mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
Fix Meson subproject boolean default options
This commit is contained in:
parent
f7f5b172a0
commit
806129d3cc
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ git = find_program('git', required: false)
|
|||
# Try first to find wlroots as a subproject, then as a system dependency
|
||||
wlroots_proj = subproject(
|
||||
'wlroots',
|
||||
default_options: ['rootston=disabled', 'examples=disabled'],
|
||||
default_options: ['rootston=false', 'examples=false'],
|
||||
required: false,
|
||||
)
|
||||
if wlroots_proj.found()
|
||||
|
|
Loading…
Reference in a new issue