instead of 'examples' use 'gst-examples' as option to build the respective subproject
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('python', type : 'feature', value : 'auto')
2 option('libav', type : 'feature', value : 'auto')
3 option('libnice', type : 'feature', value : 'auto')
4 option('ugly', type : 'feature', value : 'auto')
5 option('bad', type : 'feature', value : 'auto')
6 option('devtools', type : 'feature', value : 'auto')
7 option('ges', type : 'feature', value : 'auto')
8 option('rtsp_server', type : 'feature', value : 'auto')
9 option('omx', type : 'feature', value : 'disabled')
10 option('vaapi', type : 'feature', value : 'auto')
11 option('sharp', type : 'feature', value : 'disabled')
12 option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
13 option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples')
14
15 # Common options, automatically inherited by subprojects
16 option('examples', type : 'feature', value : 'auto', description : 'Build examples')
17 option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
18 option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
19 option('orc', type : 'feature', value : 'auto', description : 'Enable Optimized Inner Loop Runtime Compiler')
20 option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc')
21 option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')