1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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')
option('sysprof',
type : 'feature',
value : 'disabled',
description : 'include tracing support for sysprof')
option('libthai',
type : 'feature',
value : 'auto',
description : 'Build with libthai support')
option('cairo',
type : 'feature',
value : 'auto',
description : 'Build with cairo support')
option('xft',
type : 'feature',
value : 'auto',
description : 'Build with xft support')
|