From ced4db8ef2701e85e6053382b0b4b9161d6d3cf3 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 20 Oct 2018 17:04:11 -0300 Subject: [PATCH] make meson options more readable --- meson_options.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 89dd2f4..0b62f85 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,8 @@ -option('valadocs', type: 'boolean', value: true, description: 'Build valadocs for sernatur') -option('valadocs_deps', type: 'boolean', value: false, description: 'Build the valadocs of the deps of sernatur') +option('valadocs', + type: 'boolean', + value: true, + description: 'Build valadocs for sernatur') +option('valadocs_deps', + type: 'boolean', + value: false, + description: 'Build the valadocs of the deps of sernatur')