summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: fef3b89f48783218f2e09d78b084fd5d301fd226 (plain)
1
2
3
4
5
6
7
8
9
option('introspection',
       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')