aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 4433fa0ff5ae3c4e95a8f381de6d6a1796355b1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
option('libraries',
  description: 'Compile Wayland libraries',
  type: 'boolean',
  value: 'true')
option('scanner',
  description: 'Compile wayland-scanner binary',
  type: 'boolean',
  value: 'true')
option('tests',
  description: 'Compile Wayland tests',
  type: 'boolean',
  value: 'true')
option('documentation',
  description: 'Build the documentation (requires Doxygen, dot, xmlto, xsltproc)',
  type: 'boolean',
  value: 'true')
option('dtd_validation',
  description: 'Validate the protocol DTD (requires libxml2)',
  type: 'boolean',
  value: 'true')
option('icon_directory',
  description: 'Location used to look for cursors (defaults to ${datadir}/icons if unset)',
  type: 'string',
  value: '')