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')