nix-software-center/meson_options.txt

10 lines
111 B
Meson
Raw Normal View History

2022-08-27 00:48:43 +03:00
option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default',
)