podcasts/meson_options.txt
Jordan Petridis 569c00ff5f
Allow for parallel development instance
This adds a configuration option in meson, if set it changes the
application ID allowing for stable and development version to be
run at the same time.
2018-08-28 17:22:13 +03:00

10 lines
111 B
Meson

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