From 7a42b2a852d9219ba402d3c6c3bb6f113e4c7680 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 21 Nov 2017 21:19:29 +0530 Subject: meson: Set default values for some options --- meson_options.txt | 6 +++--- 1 file 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' ) -- cgit v1.2.1