meson_options.txt: Disable introspection by default

It's broken. Fix later.
This commit is contained in:
Nirbheek Chauhan 2018-11-20 16:12:48 +05:30 committed by Christoph Reiter
parent 00842f4d4e
commit ea6e3b3ddf

View File

@ -27,7 +27,7 @@ option('documentation', type: 'boolean', value: 'false',
description : 'Build API reference and tools documentation')
option('man-pages', type: 'boolean', value: 'false',
description : 'Build man pages for installed tools')
option('introspection', type: 'boolean', value: 'true',
option('introspection', type: 'boolean', value: 'false',
description : 'Build introspection data (requires gobject-introspection)')
# Demos and binaries