summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: bd993df0fb4c8156bbc758c8f6ac562b32c7b61e (plain)
1
2
3
4
option('cheese', type: 'boolean', value: true, description: 'Enable cheese webcam support.')
option('telepathy', type: 'boolean', value: true, 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.')