Codebase list gnome-calculator / 1f24aef9-8921-44c5-8320-62c41cefa553/main meson_options.txt
1f24aef9-8921-44c5-8320-62c41cefa553/main

Tree @1f24aef9-8921-44c5-8320-62c41cefa553/main (Download .tar.gz)

meson_options.txt @1f24aef9-8921-44c5-8320-62c41cefa553/mainraw · 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')