From 476e71f78f4145f9effa40d4b7ab6088b91bd2ff Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Thu, 17 May 2018 13:39:39 +0100 Subject: [PATCH] Better explanations of the build options --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 61f4286..533833b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -option('libclang', type : 'boolean', value : true, description : 'Weather to have libclang support') -option('bear', type : 'boolean', value : true, description : 'Weather to have bear support') +option('libclang', type : 'boolean', value : true, description : 'Whether to have libclang support for autocomplete and inline errors') +option('bear', type : 'boolean', value : true, description : 'Whether to enable build command caching with bear') option('libclang-libdir', type : 'string', value : '', description : 'Specify a none default location for your clang installation') option('libclang-headerdir', type : 'string', value : '', description : 'Specify a none default location for your clang installation')