mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
cc62927f4a
meson: set the schema path correctly window: fix single quotes python habits meson: fix various issues with dual installation Flatpak: don't enforce the branch for gitg It causes issues with Gitlab CI as we can't test the build on other branches anymore. remove .gitignore
5 lines
469 B
Meson
5 lines
469 B
Meson
option('glade_catalog', type: 'boolean', value: true, description: 'Install a glade catalog file')
|
|
option('python', type: 'boolean', value: true, description: 'Build with python support')
|
|
option('deprecations', type: 'boolean', value: false, description: 'warn about deprecated usages')
|
|
option('docs', type: 'boolean', value: false, description: 'enable generating documentation')
|
|
option('profile', type: 'combo', choices: ['default', 'development'], value: 'default')
|