mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Fix Meson subproject boolean default options
This commit is contained in:
parent
f120f70f5a
commit
c6b43359e7
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
|
# Try first to find wlroots as a subproject, then as a system dependency
|
||||||
wlroots_proj = subproject(
|
wlroots_proj = subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['rootston=disabled', 'examples=disabled'],
|
default_options: ['rootston=false', 'examples=false'],
|
||||||
required: false,
|
required: false,
|
||||||
)
|
)
|
||||||
if wlroots_proj.found()
|
if wlroots_proj.found()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue