From d9d05d35bbf9bee36d9ce2b8329b5e2a6a19d397 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Wed, 9 Oct 2019 20:45:33 +0200 Subject: [PATCH] add missing meson options file --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meson_options.txt 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.') -- 2.20.1