gstreamer/subprojects/gst-editing-services/meson_options.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
1.3 KiB
Meson
Raw Normal View History

# Common feature options
option('doc', type : 'feature', value : 'auto', yield: true,
description: 'Enable documentation.')
option('examples', type : 'feature', value : 'auto', yield : true,
description : 'Build examples')
option('introspection', type : 'feature', value : 'auto', yield : true,
description : 'Generate gobject-introspection bindings')
option('tests', type : 'feature', value : 'auto', yield : true,
description : 'Build and enable unit tests')
option('tools', type : 'feature', value : 'auto', yield : true,
description : 'Build ges-launch command line tool')
# GES options
option('bash-completion', type : 'feature', value : 'auto',
description : 'Install bash completion files')
option('pygi-overrides-dir', type : 'string', value : '',
description: 'Path to pygobject overrides directory')
option('xptv', type : 'feature', value : 'auto',
2018-10-22 06:22:52 +00:00
description : 'Build the deprecated xptv formater')
option('python', type : 'feature', value : 'auto', yield: true,
description: 'Enable python formatters.')
option('libpython-dir', type : 'string', value : '',
description: 'Path to find libpythonXX.so')
option('validate', type : 'feature', value : 'auto', yield: true,
description: 'Enable GstValidate integration.')