summaryrefslogtreecommitdiff
path: root/subprojects/gst-editing-services/meson_options.txt
blob: fe25f553fd1c18a613788e04ec17cae37f12bd24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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',
       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.')