fractal/meson_options.txt

13 lines
235 B
Meson
Raw Normal View History

2021-02-04 19:25:29 +00:00
option(
'profile',
type: 'combo',
choices: [
'default',
2023-04-29 12:28:18 +00:00
'beta',
'development',
'hack',
2021-02-04 19:25:29 +00:00
],
value: 'default',
description: 'The build profile for Fractal. One of "default", "beta", "development" or "hack".'
2021-02-04 19:25:29 +00:00
)