blob: 0b936182f5794d8cabbfb303188a2b30df85d3ee [file] [log] [blame] [edit]
option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
option(
'associations',
type: 'feature',
value: 'enabled',
description: 'Enable creating D-Bus associations from a JSON definition',
)
option(
'YAML_PATH',
type: 'string',
value: '/usr/share/phosphor-inventory-manager',
description: 'The path to the yaml config files.',
)
option(
'IFACES_PATH',
type: 'string',
description: 'The path to the interfaces PIM can create.',
)