summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: fc56b60d8c5c5f6fae83f973083280864475b9fa (plain)
1
2
3
4
5
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')