GstPipelineStudio/meson_options.txt
Stéphane Cerveau 29df576b37 about: display about dialog
display a custom and clean about dialog
with the infrastructure based on meson to
genetate the config.rs
2022-01-11 17:58:26 +01:00

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".'
)