mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-03 16:24:40 +01:00
11 lines
202 B
Meson
11 lines
202 B
Meson
option (
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'development'
|
|
],
|
|
value: 'default',
|
|
description: 'The build profile for Authenticator. One of "default" or "development".'
|
|
)
|
|
|