Codebase list gnome-calculator / upstream/40_beta meson_options.txt
upstream/40_beta

Tree @upstream/40_beta (Download .tar.gz)

meson_options.txt @upstream/40_betaraw · history · blame

1
2
3
4
option('disable-ui', type : 'boolean', value : false, description : 'Disable GTK+ program')
option('vala-version', type: 'string', value : '', description : 'Use another version of Vala (only the latest is officially supported)')
option('disable-introspection', type : 'boolean', value : false, description : 'Disable GObject Introspection Typelib generation')
option('ui-tests', type : 'boolean', value : false, description : 'Execute UI tests: requires X/Wayland/Broadway/Windows server')