[gobject-introspection/wip/meson: 1/23] meson: Set default values for some options
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/wip/meson: 1/23] meson: Set default values for some options
- Date: Tue, 28 Nov 2017 12:36:52 +0000 (UTC)
commit d11fda05f15c98552f50f1ff26eed64867db0f2a
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Tue Nov 21 21:19:29 2017 +0530
meson: Set default values for some options
meson_options.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index f665490..b2d7e1e 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'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]