mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 13:21:37 +00:00
13 lines
203 B
Meson
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".'
|
||
|
)
|
||
|
|
||
|
|