summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 63596da7250b5ae9bffd8c695930b78d494d3122 (plain)
1
2
3
4
5
6
7
8
9
option('gir',
       type: 'boolean', value: true,
       description: 'Generate gir data (requires gobject-introspection)')
option('vapi',
       type: 'boolean', value: true,
       description: 'Generate vapi data (requires vapigen)')
option('tests',
       type : 'boolean', value : true,
       description: 'Enable tests')