summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 9e168267bfc19a39300ba1cfe66834023769ef35 (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
option('developer_mode',
  type: 'boolean',
  value: false,
  description: 'Enable developer mode'
)

option('distributor_name',
  type: 'string',
  value: 'GNOME Web',
  description: 'Distributor name displayed on process crash page'
)

option('https_everywhere',
  type: 'boolean',
  value: false,
  description: 'Enable experimental HTTPS Everywhere support'
)

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

option('unit_tests',
  type: 'boolean',
  value: false,
  description: 'Enable unit tests'
)