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