mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
12 lines
214 B
Meson
12 lines
214 B
Meson
option(
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'flathub',
|
|
'development'
|
|
],
|
|
value: 'default',
|
|
description: 'The build profile for Toolbx Tuner. One of "default" or "development".'
|
|
)
|