summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: a4abdc24bc9ef3c21d658932e536ed3159f0c7d1 (plain)
1
2
3
4
5
6
7
8
option('disable_p2p',
       description: 'Disable peer-to-peer DBus connections',
       type: 'boolean',
       value: false)
option('tests',
       description: 'Whether to build tests',
       type: 'boolean',
       value: true)