xref: /openbmc/libcper/meson.options (revision cd9b1c5826323f8035a10513c832cc1a0d351247)
18121f7e9SEd Tanousoption(
28121f7e9SEd Tanous    'fuzz',
38121f7e9SEd Tanous    type: 'feature',
48121f7e9SEd Tanous    value: 'enabled',
58121f7e9SEd Tanous    description: 'Build fuzz targets',
68121f7e9SEd Tanous)
7abc62b89SJohn Chungoption('tests', type: 'feature', value: 'enabled', description: 'Build tests')
8*cd9b1c58SEd Tanousoption(
9*cd9b1c58SEd Tanous    'utility',
10*cd9b1c58SEd Tanous    type: 'feature',
11*cd9b1c58SEd Tanous    value: 'enabled',
12*cd9b1c58SEd Tanous    description: 'Compile CLI utilities',
13*cd9b1c58SEd Tanous)
14*cd9b1c58SEd Tanousoption(
15*cd9b1c58SEd Tanous    'python',
16*cd9b1c58SEd Tanous    type: 'feature',
17*cd9b1c58SEd Tanous    value: 'disabled',
18*cd9b1c58SEd Tanous    description: 'Build python extensions',
19*cd9b1c58SEd Tanous)
20*cd9b1c58SEd Tanousoption('install', type: 'feature', value: 'enabled', description: 'Install')
21*cd9b1c58SEd Tanousoption(
22*cd9b1c58SEd Tanous    'pkgconfig',
23*cd9b1c58SEd Tanous    type: 'feature',
24*cd9b1c58SEd Tanous    value: 'enabled',
25*cd9b1c58SEd Tanous    description: 'Install pkgconfig',
26*cd9b1c58SEd Tanous)
27dd9e8d98SAushim Nagarkattioption(
28dd9e8d98SAushim Nagarkatti    'output-all-properties',
29dd9e8d98SAushim Nagarkatti    type: 'feature',
30dd9e8d98SAushim Nagarkatti    value: 'disabled',
31dd9e8d98SAushim Nagarkatti    description: 'Force enabling of all CPER to IR properties for debugging',
32dd9e8d98SAushim Nagarkatti)
33