blob: 7a59fa2bb003b1fff0df6a93e187fd8c9ec966b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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)
option('install-tests',
description : 'Install tests',
type: 'boolean',
value: 'false')
option('use_fontconfig',
description : 'Force using FontConfig where it is optional, on Windows and macOS. This is ignored on platforms where it is required',
type: 'boolean',
value: 'false')
|