summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a21c73a239..2f0542be0e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -71,6 +71,9 @@ option('dynamic-prpls', type : 'string', value: 'all',
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')