summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: f04e7ef79d52478a06075ff03543c9f9f0f89f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
option('deprecation_flags',
  type: 'boolean',
  value: false,
  description: 'Use *_DISABLE_DEPRECATED flags')
option('install_tools',
  type: 'boolean',
  value: true,
  description: 'Install wnck-based tools')
option('startup_notification',
  type: 'feature',
  value: 'auto',
  description: 'Use Startup notification')
option('introspection',
  type: 'feature',
  value: 'enabled',
  description: 'Enable GObject introspection')
option('gtk_doc',
  type: 'boolean',
  value: false,
  description: 'Enable generating the API reference (depends on GTK-Doc)')