2018-05-23 08:52:58 +00:00
|
|
|
option('gtk_doc',
|
|
|
|
type: 'boolean', value: false,
|
|
|
|
description: 'Whether to generate the API reference for Calls')
|
2018-06-11 11:46:08 +00:00
|
|
|
|
|
|
|
option('tests',
|
|
|
|
type: 'boolean', value: true,
|
|
|
|
description: 'Whether to compile unit tests')
|
2022-05-31 18:03:49 +00:00
|
|
|
|
|
|
|
option('manpages',
|
|
|
|
type: 'boolean', value: true,
|
|
|
|
description: 'Whether to generate man pages')
|
2022-12-18 10:12:51 +00:00
|
|
|
|
|
|
|
option('gst_debug',
|
|
|
|
type: 'boolean', value: true,
|
|
|
|
description: 'Whether to use gstreamers debugging API')
|
2024-06-10 21:20:00 +00:00
|
|
|
|
|
|
|
option('systemd_user_unit_dir',
|
|
|
|
type: 'string', value: '',
|
|
|
|
description: 'Directory for systemd user units')
|