Update build system and Flatpak manifest

This commit is contained in:
Elias Projahn 2024-06-23 14:59:26 +02:00
parent 1788303bf3
commit b9c874ab8c
26 changed files with 317 additions and 160 deletions

9
meson_options.txt Normal file
View file

@ -0,0 +1,9 @@
option(
'profile',
type: 'combo',
choices: [
'release',
'development'
],
value: 'release',
)