summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 7eea7cd752de9a135ae1089f33f028883f3190d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
option('gtk-doc',
  type: 'boolean',
  value: 'false',
)
option('introspection',
  type: 'boolean',
  value: 'false',
)
option('mate-about',
  type: 'boolean',
  value: 'true',
)
option('startup-notification',
  type: 'boolean',
  value: 'false',
)
option('pnp-ids-path',
  type: 'string',
  value: 'internal',
)