]> git.droids-corp.org - protos/libecoli.git/blobdiff - examples/meson.build
fix yaml cond example
[protos/libecoli.git] / examples / meson.build
index 1435bfedce3047481d504c4a8c8f5ce9eb3e34fc..ff85cf6ff92a766b7f89fafee8d4524b27d5b97a 100644 (file)
@@ -2,4 +2,6 @@
 # Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
 
 subdir('readline')
-subdir('parse-yaml')
+if get_option('with_yaml') and get_option('with_editline')
+       subdir('parse-yaml')
+endif