build,meson: introspection is setup as a feature

This commit is contained in:
Aleksander Morgado
2021-09-15 14:09:30 +02:00
parent b75d1d50d7
commit d5a992d30f

View File

@@ -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')