• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1option('libraries',
2  description: 'Compile Wayland libraries',
3  type: 'boolean',
4  value: true)
5option('scanner',
6  description: 'Compile wayland-scanner binary',
7  type: 'boolean',
8  value: true)
9option('tests',
10  description: 'Compile Wayland tests',
11  type: 'boolean',
12  value: true)
13option('documentation',
14  description: 'Build the documentation (requires Doxygen, dot, xmlto, xsltproc)',
15  type: 'boolean',
16  value: true)
17option('dtd_validation',
18  description: 'Validate the protocol DTD (requires libxml2)',
19  type: 'boolean',
20  value: true)
21option('icon_directory',
22  description: 'Location used to look for cursors (defaults to ${datadir}/icons if unset)',
23  type: 'string',
24  value: '')
25