Fix issues with the meson build

This commit is contained in:
Bnyro
2023-06-26 11:38:25 +02:00
parent fbf4b8dfa5
commit 8e019361f4
9 changed files with 54 additions and 16 deletions

10
meson_options.txt Normal file
View File

@@ -0,0 +1,10 @@
option(
'profile',
type: 'combo',
choices: [
'default',
'development'
],
value: 'default',
description: 'The build profile for GTK Rust Template. One of "default" or "development".'
)