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