diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-08-31 14:38:20 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-09-07 10:55:43 +0000 |
commit | 2bb699fc96e80bc2f98d88369718d2b768a53c8f (patch) | |
tree | 7cb21ef8fa6687606b03a24905e47f4671e577c3 /meson_options.txt | |
parent | 77d1c243614d385027ca11f75aa5d688b01c2969 (diff) |
meson: introspection support enabled by default
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 9f84fadc..5f3ee0c2 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: 'feature', value: 'auto', description: 'build introspection support') +option('introspection', type: 'boolean', value: true, description: 'build introspection support') option('vapi', type: 'boolean', value: false, description: 'build vala bindings') option('man', type: 'boolean', value: true, description: 'build manual pages') |