• 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('documentation',
10  description: 'Build the documentation (requires Doxygen, dot, xmlto, xsltproc)',
11  type: 'boolean',
12  value: 'true')
13option('dtd_validation',
14  description: 'Validate the protocol DTD (requires libxml2)',
15  type: 'boolean',
16  value: 'true')
17option('icon_directory',
18  description: 'Location used to look for cursors (defaults to ${datadir}/icons if unset)',
19  type: 'string',
20  value: '')
21