GstPipelineStudio/meson_options.txt

13 lines
203 B
Meson

option (
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default',
description: 'The build profile for Authenticator. One of "default" or "development".'
)