summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-05-12 12:57:09 -0500
committerMike Ruprecht <cmaiku@gmail.com>2018-05-12 12:57:09 -0500
commita279eac76a16bb6553bcf9f562397a33e20ccbba (patch)
treefcca53096a406773276d30f12f0ca6dedc245f76 /meson_options.txt
parent664a6b094ff0408990098fb61e2b6f65c3f2a6af (diff)
downloadpidgin-a279eac76a16bb6553bcf9f562397a33e20ccbba.tar.gz
meson: Add introspection option for disabling GObject Introspection
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')