summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 65ebe13a45671f5976c3776b179790e996712e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
option('enable_python', type : 'boolean', value : false)
option('disable_gst_libav', type : 'boolean', value : false)
option('disable_gst_plugins_ugly', type : 'boolean', value : false)
option('disable_gst_plugins_bad', type : 'boolean', value : false)
option('disable_gst_devtools', type : 'boolean', value : false)
option('disable_gst_editing_services', type : 'boolean', value : false)
option('disable_rtsp_server', type : 'boolean', value : false)
option('disable_gst_omx', type : 'boolean', value : true)
option('disable_gstreamer_vaapi', type : 'boolean', value : false)
option('disable_introspection',
        type : 'boolean', value : false,
        description : 'Whether to disable the introspection generation')
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')