meson: Fix introspection generation on Linux
This commit is contained in:
committed by
Christoph Reiter
parent
a8ffb42739
commit
20c29fd8c0
@ -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
|
||||
|
||||
Reference in New Issue
Block a user