blob: 95d7edb883f8b1aba0901e825a7068a40de71c09 (
plain)
1
2
3
4
5
6
7
8
|
option('gtk_doc',
description: 'Build API reference for Pango using GTK-Doc',
type: 'boolean',
value: false)
option('introspection',
description: 'Build the GObject introspection data for Pango',
type: 'boolean',
value: true)
|