summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 94b42d1ce9def2b6f88720f7528b1d258f9ad939 (plain)
1
2
3
option('development', type: 'boolean', value: false, description: 'If this is a development build')
option('enchant', type: 'feature', value: 'enabled', description: 'Use enchant for spellchecking')
option('bugreport_url', type: 'string', value: 'https://gitlab.gnome.org/GNOME/gnome-text-editor/issues', description: 'URL to report issues. Distributions packaging Text Editor are encouraged to set this to their bugtracker.')