xref: /openbmc/phosphor-net-ipmid/meson.options (revision 888f0d3e62dd690cecb103796a6a9f6b3f39c715)
1option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
2
3option(
4    'rmcp_ping',
5    type: 'feature',
6    value: 'enabled',
7    description: 'Enable RMCP Ping support',
8)
9
10option(
11    'pam_authenticate',
12    type: 'feature',
13    value: 'enabled',
14    description: 'Enable Pam Authenticate',
15)
16