fractal/meson_options.txt
Alexander Mikhaylenko 63943648cd build: Allow parallel installation
Use 'org.gnome.FractalDevel' appid for development versions. This is
specified at build time by passing '-Dprofile=development' option to Meson.
2018-08-24 13:54:47 +05:00

9 lines
111 B
Meson

option (
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default'
)