summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5c956d0cb2ccdb0d8e5c5a8e48b1bf3bc5a8031f (plain)
1
2
3
4
5
6
option('tests', type : 'boolean', value : true, description : 'Build self tests')
option('vapi', type : 'boolean', value : true, description : 'Build VAPI')
option('usb_ids', type : 'string', value : '/usr/share/hwdata/usb.ids', description : 'Path to usb.ids file')
option('docs', type : 'boolean', value : true, description : 'Generate documentation')
option('introspection', type : 'boolean', value : true, description : 'Generate gobject introspection data')
option('umockdev', type : 'feature', value : 'auto', description : 'Build and run umockdev based tests')