meson: rename gtkdoc option to gtk_doc
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('build_tools', type : 'boolean', value : true)
2 option('poisoning', type : 'boolean', value : false)
3 option('gst_debug', type : 'boolean', value : true)
4 option('registry', type : 'boolean', value : true)
5 option('tracer_hooks', type : 'boolean', value : true)
6 option('libunwind', type : 'boolean', value : true,
7         description : 'Use libunwind to generate backtraces')
8 option('ptp-helper-setuid-user', type : 'string',
9         description : 'User to switch to when installing gst-ptp-helper setuid root')
10 option('ptp-helper-setuid-group', type : 'string',
11         description : 'Group to switch to when installing gst-ptp-helper setuid root')
12 option('ptp-helper-permissions', type : 'combo',
13        choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')
14
15 # Common options
16 option('examples', type : 'boolean', value : true, yield : true)
17 option('gtk_doc', type : 'boolean', value : true, yield : true,
18         description : 'Generate API documentation with gtk-doc')
19 option('introspection', type : 'boolean', value : true, yield : true,
20         description : 'Generate gobject-introspection bindings')
21 option('nls', type : 'boolean', value : true, yield: true,
22         description : 'Enable native language support (translations)')
23 option('package-name', type : 'string', yield : true,
24        description : 'package name to use in plugins')
25 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
26        description : 'package origin URL to use in plugins')