X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=examples%2Fmeson.build;h=ff85cf6ff92a766b7f89fafee8d4524b27d5b97a;hp=1435bfedce3047481d504c4a8c8f5ce9eb3e34fc;hb=HEAD;hpb=18d03456d96f7a086a2ccc82ce97fcf056848d90 diff --git a/examples/meson.build b/examples/meson.build index 1435bfe..ff85cf6 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -2,4 +2,6 @@ # Copyright 2018, Olivier MATZ subdir('readline') -subdir('parse-yaml') +if get_option('with_yaml') and get_option('with_editline') + subdir('parse-yaml') +endif