fractal/meson_options.txt
Kévin Commaille b65188cdb6 misc: Create developers flatpak variant
Be able to use nightly while hacking
2022-04-20 08:17:04 +00:00

11 lines
215 B
Meson

option(
'profile',
type: 'combo',
choices: [
'default',
'development',
'hack',
],
value: 'default',
description: 'The build profile for Fractal. One of "default", "development" or "hack".'
)