mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
17 lines
515 B
Meson
17 lines
515 B
Meson
|
|
option('libraries',
|
||
|
|
description: 'Compile Wayland libraries',
|
||
|
|
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: '')
|