xref: /openbmc/libpldm/meson.options (revision d10c6b0ce56c531f5a1a1c3b7f4e7b5e0e2c06db)
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