summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: d4a415e37219a697eb10d5ae4cd669ca2ad2a65c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
option('distributor_name',
  type: 'string',
  value: 'GNOME Web',
  description: 'Distributor name displayed on process crash page'
)

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

option('enable_unit_tests',
  type: 'boolean',
  value: true,
  description: 'Enable unit tests'
)