xref: /openbmc/libpldm/meson.options (revision b0c1d20a)
1option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing'])
2option('tests', type: 'feature', description: 'Build tests', value: 'enabled')
3option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM', yield: true)
4option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes')
5