Convert common meson options to feature options
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('python', type : 'feature', value : 'auto')
2 option('libav', type : 'feature', value : 'auto')
3 option('ugly', type : 'feature', value : 'auto')
4 option('bad', type : 'feature', value : 'auto')
5 option('devtools', type : 'feature', value : 'auto')
6 option('ges', type : 'feature', value : 'auto')
7 option('rtsp_server', type : 'feature', value : 'auto')
8 option('omx', type : 'feature', value : 'disabled')
9 option('vaapi', type : 'feature', value : 'auto')
10 option('sharp', type : 'feature', value : 'disabled')
11 option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
12
13 # Common options, automatically inherited by subprojects
14 option('examples', type : 'feature', value : 'auto', description : 'Build examples')
15 option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
16 option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')