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')
|
2019-08-13 10:38:40 +00:00
|
|
|
|
|
|
|
option('wayland',
|
|
|
|
type: 'feature', value: 'enabled',
|
|
|
|
description: 'Whether to support Wayland lockscreen interaction')
|
2020-05-15 20:59:00 +00:00
|
|
|
|
|
|
|
option('librem5-hack',
|
|
|
|
type: 'boolean', value: true,
|
|
|
|
description: 'Whether to use hacky code to support audio output switching (Speaker)')
|