summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 93ca6250475a7a726834469bad4995ae3dfff633 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
option('developer_mode',
  type: 'boolean',
  value: false,
  description: 'Enable developer mode'
)

option('network_tests',
  type: 'feature',
  value: 'disabled',
  description: 'Enable tests that require network access, if unit_tests are enabled'
)

option('tech_preview',
  type: 'boolean',
  value: false,
  description: 'Enable Epiphany Tech Preview branding'
)

option('profile',
  type: 'string',
  value: '',
  description: 'Build with appended profile to application ID'
)

option('unit_tests',
  type: 'feature',
  value: 'enabled',
  description: 'Enable unit tests'
)

option('gsb_api_key',
  type: 'string',
  value: '',
  description: 'The API key used to access the Google Safe Browsing API v4'
)

option('granite',
  type: 'feature',
  value: 'disabled',
  description: 'Enable elementary OS integration. Requires Granite'
)