meson: Fix introspection generation on Linux

This commit is contained in:
Nirbheek Chauhan
2018-12-03 18:39:41 +05:30
committed by Christoph Reiter
parent a8ffb42739
commit 20c29fd8c0
5 changed files with 96 additions and 69 deletions

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: 'false',
option('introspection', type: 'boolean', value: 'true',
description : 'Build introspection data (requires gobject-introspection)')
# Demos and binaries