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
|
option('gtk-doc',
type: 'boolean',
value: 'false',
description: 'use gtk-doc to build documentation'
)
option('introspection',
type: 'boolean',
value: 'false',
description: 'Enable introspection for this build'
)
option('mate-about',
type: 'boolean',
value: 'true',
description: 'build mate-about'
)
option('startup-notification',
type: 'feature',
value: 'auto',
description: 'startup notification support'
)
option('pnp-ids-path',
type: 'string',
value: 'internal',
description: 'Specify the path to pnp.ids, default is "internal"'
)
|