mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
10 lines
189 B
Meson
10 lines
189 B
Meson
option(
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'development',
|
|
'beta',
|
|
],
|
|
value: 'default'
|
|
)
|