gtk-transcription/meson_options.txt

11 lines
200 B
Meson
Raw Normal View History

2023-07-16 10:22:04 +00:00
option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default',
description: 'The build profile for Transcription. One of "default" or "development".'
)