Add a new subproject 'win-flex-bison-binaries'
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('python', type : 'boolean', value : true)
2 option('libav', type : 'boolean', value : true)
3 option('ugly', type : 'boolean', value : true)
4 option('bad', type : 'boolean', value : true)
5 option('devtools', type : 'boolean', value : true)
6 option('ges', type : 'boolean', value : true)
7 option('rtsp_server', type : 'boolean', value : true)
8 option('omx', type : 'boolean', value : false)
9 option('vaapi', type : 'boolean', value : true)
10 option('sharp', type : 'boolean', value : true)
11 option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
12
13 # Common options, automatically inherited by subprojects
14 option('gtkdoc', type : 'boolean', value : true,
15         description : 'Generate API documentation with gtk-doc')
16 option('introspection', type : 'boolean', value : true,
17        description : 'Whether to disable the introspection generation')