add meson build options to build for flathub

This commit is contained in:
2024-02-18 14:04:47 +01:00
parent 4bf08923b1
commit 282134cdf8
2 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ option(
type: 'combo',
choices: [
'default',
'flathub',
'development'
],
value: 'default',