README: Document fish shell prompt customization
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('enable_python', type : 'boolean', value : false)
2 option('disable_gst_libav', type : 'boolean', value : false)
3 option('disable_gst_plugins_ugly', type : 'boolean', value : false)
4 option('disable_gst_plugins_bad', type : 'boolean', value : false)
5 option('disable_gst_devtools', type : 'boolean', value : false)
6 option('disable_gst_editing_services', type : 'boolean', value : false)
7 option('disable_rtsp_server', type : 'boolean', value : false)
8 option('disable_gst_omx', type : 'boolean', value : true)
9 option('disable_gstreamer_vaapi', type : 'boolean', value : false)
10 option('disable_gstreamer_sharp', type : 'boolean', value : false)
11 option('disable_introspection',
12         type : 'boolean', value : false,
13         description : 'Whether to disable the introspection generation')
14 option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')