forked from AuroraMiddleware/gtk
meson_options.txt: Disable introspection by default
It's broken. Fix later.
This commit is contained in:
parent
00842f4d4e
commit
ea6e3b3ddf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user