blob: 77741745063e39bf8d60897d29a6174b56a2c4b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
option('enable-docs',
type: 'boolean',
value: true,
description: 'Build Doxygen document if available.'
)
option('enable-tests',
type: 'boolean',
value: false,
description: 'Build unit tests'
)
option('enable-systemd',
type: 'boolean',
value: false,
description: 'Systemd notify support'
)
option('runtime_subdir',
type: 'string',
value: 'run/drm-lease-manager',
description: 'subdirectory to use for runtime data'
)
|