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