Codebase list gnome-calculator / cf241ed3-f9b0-4b0c-9bc0-16bf1c2c59af/main meson_options.txt
cf241ed3-f9b0-4b0c-9bc0-16bf1c2c59af/main

Tree @cf241ed3-f9b0-4b0c-9bc0-16bf1c2c59af/main (Download .tar.gz)

meson_options.txt @cf241ed3-f9b0-4b0c-9bc0-16bf1c2c59af/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')