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