summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f665490a..b2d7e1e7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,8 +1,8 @@
-option('cairo', type: 'boolean',
+option('cairo', type: 'boolean', value : false,
description: 'Use cairo for tests'
)
-option('doctool', type: 'boolean',
+option('doctool', type: 'boolean', value : true,
description: 'Install g-ir-doc-tool'
)
@@ -18,6 +18,6 @@ option('cairo-libname', type: 'string',
description: 'Custom name for the cairo-gobject library name'
)
-option('gir_build', type: 'boolean',
+option('gir_build', type: 'boolean', value : true,
description: 'Windows: post build (gir) stuff'
)