summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: fa678944f6529e2d701070dd56799dfdaedc2bee (plain)
1
2
3
4
option('with-cheese', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'enable cheese webcam support')
option('maps', type: 'boolean', value: true, description: 'Enable built-in support for maps.')
option('telepathy', type: 'boolean', value: true, description: 'Enable Telepathy call/chat support.')
option('with-manpage', type: 'boolean', value: true, description: 'enable building man pages')