summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 2d967a649fcdca71c1d77c9e8e9919c6cfc935ba (plain)
1
2
3
4
option('cheese', type: 'boolean', value: true, description: 'Enable cheese webcam support.')
option('telepathy', type: 'boolean', value: false, description: 'Enable Telepathy call/chat support.')
option('manpage', type: 'boolean', value: true, description: 'Enable building man pages.')
option('docs', type: 'boolean', value: false, description: 'Whether to build the valadoc docs.')