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