aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cfd77ce7..d3172bdd 100644
--- a/meson.build
+++ b/meson.build
@@ -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()