Move dataurisrc element from -bad
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('build_tools', type : 'boolean', value : true)
2 option('poisoning', type : 'boolean', value : false)
3 option('disable_gtkdoc', type : 'boolean', value : false)
4 option('disable_examples', type : 'boolean', value : false)
5 option('disable_registry', type : 'boolean', value : false)
6 option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
7 option('disable_introspection',
8         type : 'boolean', value : false,
9         description : 'Whether to disable the introspection generation')