add missing meson options file
authorOlivier Matz <zer0@droids-corp.org>
Wed, 9 Oct 2019 18:45:33 +0000 (20:45 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Wed, 9 Oct 2019 18:45:33 +0000 (20:45 +0200)
meson_options.txt [new file with mode: 0644]

diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644 (file)
index 0000000..6ae4ba6
--- /dev/null
@@ -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.')