5f4ac2b168f0cde9df506aa41bf16bf8a992203d
[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_gst_debug', type : 'boolean', value : false)
6 option('disable_registry', type : 'boolean', value : false)
7 option('disable_tracer_hooks', type : 'boolean', value : false)
8 option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
9 option('disable_introspection',
10         type : 'boolean', value : false,
11         description : 'Whether to disable the introspection generation')
12 option('disable_libunwind',
13         type : 'boolean', value : false,
14         description : 'Whether to disable the usage of libunwind (to generate backtraces)')
15 option('with-package-name', type : 'string',
16        description : 'package name to use in plugins')
17 option('with-package-origin', type : 'string', value : 'Unknown package origin',
18        description : 'package origin URL to use in plugins')
19 option('with-ptp-helper-setuid-user', type : 'string',
20         description : 'User to switch to when installing gst-ptp-helper setuid root')
21 option('with-ptp-helper-setuid-group', type : 'string',
22         description : 'Group to switch to when installing gst-ptp-helper setuid root')
23 option('with-ptp-helper-permissions', type : 'combo',
24        choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')