--- a/meson_options.txt Sat May 12 06:50:47 2018 +0000 +++ b/meson_options.txt Sat May 12 12:57:09 2018 -0500 @@ -71,6 +71,9 @@ option('plugins', type : 'boolean', value : true, description : 'compile with plugin support') +option('introspection', type : 'boolean', value : true, + description : 'build introspection data') + option('krb4', type : 'boolean', value : false, description : 'compile Zephyr plugin with Kerberos 4 support')