Add gstreamer-full library containing all plugins and their deps
[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 : 'disabled')
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 option('rs', type : 'feature', value : 'disabled')
15 option('gst-full-libraries', type : 'array', value : [],
16   description : '''List of libraries to expose in gstreamer-full's ABI. gstreamer, glib and gobject are always included.''')
17
18 # Common options, automatically inherited by subprojects
19 option('examples', type : 'feature', value : 'auto', description : 'Build examples')
20 option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
21 option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
22 option('orc', type : 'feature', value : 'auto', description : 'Enable Optimized Inner Loop Runtime Compiler')
23 option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc')
24 option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')