summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 779efc22f592fe4a95324994eb140816c1399e75 (plain)
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
option('introspection',
  type: 'boolean',
  value : true,
  description: 'Build with GObject Introspection support')

option('vapi',
  type: 'boolean',
  value: false,
  description: 'Build to generation vala vapi file')

option('collection',
  type : 'boolean',
  value : true,
  description : 'Build with collection menu entry support')

option('tests',
  type : 'boolean',
  value : false,
  description : 'Enable test programs (default: no)')

# For subproject usage
option('package_subdir',
  type: 'string',
  description: 'Private sub-directory used when built as a subproject'
)