mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 13:21:37 +00:00
81ca9ca3a3
display a custom and clean about dialog with the infrastructure based on meson to genetate the config.rs
12 lines
203 B
Meson
12 lines
203 B
Meson
option (
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'development'
|
|
],
|
|
value: 'default',
|
|
description: 'The build profile for Authenticator. One of "default" or "development".'
|
|
)
|
|
|
|
|