fractal/meson_options.txt
Kévin Commaille 1a0ecad177
meson: Restore hack profile
It's the same as 'development' only with a different app ID.
Allows to use the nightly Flatpak and develop using a custom flatpak
manifest at the same time.
2023-12-07 13:32:18 +01:00

12 lines
235 B
Meson

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