From: Olivier Matz Date: Wed, 9 Oct 2019 18:45:33 +0000 (+0200) Subject: add missing meson options file X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=commitdiff_plain;h=d9d05d35bbf9bee36d9ce2b8329b5e2a6a19d397 add missing meson options file --- diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..6ae4ba6 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,6 @@ +option('with_yaml', type : 'boolean', value : true, + description: 'Compile with yaml support using libyaml.') +option('with_editline', type : 'boolean', value : true, + description: 'Compile with editline support using libedit.') +option('build_doc', type : 'boolean', value : false, + description: 'Generate project documentation.')