Blame meson_options.txt

Packit f546b1
option('build_tools', type : 'boolean', value : true)
Packit f546b1
option('poisoning', type : 'boolean', value : false)
Packit f546b1
option('disable_gtkdoc', type : 'boolean', value : false)
Packit f546b1
option('disable_examples', type : 'boolean', value : false)
Packit f546b1
option('disable_gst_debug', type : 'boolean', value : false)
Packit f546b1
option('disable_registry', type : 'boolean', value : false)
Packit f546b1
option('disable_tracer_hooks', type : 'boolean', value : false)
Packit f546b1
option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
Packit f546b1
option('disable_introspection',
Packit f546b1
        type : 'boolean', value : false,
Packit f546b1
        description : 'Whether to disable the introspection generation')
Packit f546b1
option('disable_libunwind',
Packit f546b1
        type : 'boolean', value : false,
Packit f546b1
        description : 'Whether to disable the usage of libunwind (to generate backtraces)')
Packit f546b1
option('with-package-name', type : 'string',
Packit f546b1
       description : 'package name to use in plugins')
Packit f546b1
option('with-package-origin', type : 'string', value : 'Unknown package origin',
Packit f546b1
       description : 'package origin URL to use in plugins')
Packit f546b1
option('with-ptp-helper-setuid-user', type : 'string',
Packit f546b1
        description : 'User to switch to when installing gst-ptp-helper setuid root')
Packit f546b1
option('with-ptp-helper-setuid-group', type : 'string',
Packit f546b1
        description : 'Group to switch to when installing gst-ptp-helper setuid root')
Packit f546b1
option('with-ptp-helper-permissions', type : 'combo',
Packit f546b1
       choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')