Add gitlab issue/merge request templates
[src/drm-lease-manager.git] / meson_options.txt
1 option('enable-docs',
2     type: 'boolean',
3     value: true,
4     description: 'Build Doxygen document if available.'
5 )
6
7 option('enable-tests',
8     type: 'boolean',
9     value: false,
10     description: 'Build unit tests'
11 )
12
13 option('enable-systemd',
14     type: 'boolean',
15     value: false,
16     description: 'Systemd notify support'
17 )
18
19 option('runtime_subdir',
20     type: 'string',
21     value: 'run/drm-lease-manager',
22     description: 'subdirectory to use for runtime data'
23 )