forked from GNOME/pango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
37 lines (37 loc) · 1.26 KB
/
meson_options.txt
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
33
34
35
36
37
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: 'feature',
value: 'auto',
yield: true)
option('install-tests',
description : 'Install tests',
type: 'boolean',
value: false)
option('fontconfig',
description : 'Build with FontConfig support. Passing \'auto\' or \'disabled\' disables fontconfig where it is optional, i.e. on Windows and macOS. Passing \'disabled\' on platforms where fontconfig is required results in error.',
type: 'feature',
value: 'auto')
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 : 'enabled',
description : 'Build with cairo support')
option('xft',
type : 'feature',
value : 'auto',
description : 'Build with xft support')
option('freetype',
type : 'feature',
value : 'auto',
description : 'Build with freetype support')