summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-09-15 14:09:30 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-15 22:00:30 +0200
commitd5a992d30fc7a0b496401c3a89ca98ddf6e9114a (patch)
tree5684c329132d9157f15347f1f6b4dc62a07ae918
parentb75d1d50d76ff55959d9ca3cb038faad1d07159a (diff)
downloadModemManager-d5a992d30fc7a0b496401c3a89ca98ddf6e9114a.tar.gz
build,meson: introspection is setup as a feature
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5f3ee0c2d..9f84fadca 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -90,7 +90,7 @@ option('plugin_zte', type: 'boolean', value: true, description: 'enable zte plug
option('qcdm_standalone', type: 'boolean', value: true, description: 'enable standalone qdcm')
-option('introspection', type: 'boolean', value: true, description: 'build introspection support')
+option('introspection', type: 'feature', value: 'auto', description: 'build introspection support')
option('vapi', type: 'boolean', value: false, description: 'build vala bindings')
option('man', type: 'boolean', value: true, description: 'build manual pages')