summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: ee1f8dc3b0b67d5c8d0bd70c7a36db37c8393f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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('runtime_subdir',
    type: 'string',
    value: 'run/drm-lease-manager',
    description: 'subdirectory to use for runtime data'
)