X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=meson_options.txt;fp=meson_options.txt;h=6ae4ba6c31dd1bba23c03cc34b48a833d94a1b45;hp=0000000000000000000000000000000000000000;hb=d9d05d35bbf9bee36d9ce2b8329b5e2a6a19d397;hpb=376f5016e3979247bf0db515e47df49ba1eb82ac 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.')