xref: /openbmc/phosphor-user-manager/meson.options (revision f8ccac9779d0f8068e09fb7c2940771ed70e7de0)
1option('tests', type: 'feature', description: 'Build tests', value: 'enabled')
2option(
3    'root_user_mgmt',
4    type: 'feature',
5    description: 'Enable management of the root user',
6    value: 'enabled',
7)
8