summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 065f0e183f48fcd983ce98308efda81b792546bb (plain)
1
2
3
4
5
6
7
8
option('validate', type : 'boolean', value : true,
       description : 'Build GstValidate')
option('debug_viewer', type : 'boolean', value : true,
        description : 'Build GstDebugViewer')
option('introspection', type : 'boolean', value : true, yield : true,
        description : 'Generate gobject-introspection bindings')
option('gtkdoc', type : 'boolean', value : true, yield : true,
        description : 'Generate API documentation with gtk-doc')