2018-05-14 13:15:52 +00:00
|
|
|
option('drivers',
|
2019-06-13 13:24:51 +00:00
|
|
|
description: 'Drivers to integrate, "default" selects the default set, "all" selects all drivers',
|
2018-05-14 13:15:52 +00:00
|
|
|
type: 'string',
|
2019-06-13 13:24:51 +00:00
|
|
|
value: 'default')
|
2019-07-03 21:29:05 +00:00
|
|
|
option('introspection',
|
|
|
|
description: 'Build GObject Introspection repository',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true)
|
2021-06-25 07:51:44 +00:00
|
|
|
option('udev_rules',
|
|
|
|
description: 'Whether to create and install udev rules (auto: turn on when needed by a driver)',
|
|
|
|
type: 'feature',
|
|
|
|
value: 'auto')
|
2021-06-22 12:51:26 +00:00
|
|
|
option('udev_rules_dir',
|
|
|
|
description: 'Installation path for udev rules',
|
|
|
|
type: 'string',
|
|
|
|
value: 'auto')
|
2021-01-21 18:55:26 +00:00
|
|
|
option('udev_hwdb',
|
2021-06-22 12:51:26 +00:00
|
|
|
description: 'Whether to create a udev hwdb for autosuspend (included in systemd v248 and later)',
|
2021-01-21 18:55:26 +00:00
|
|
|
type: 'feature',
|
|
|
|
value: 'auto')
|
2021-01-19 13:13:03 +00:00
|
|
|
option('udev_hwdb_dir',
|
|
|
|
description: 'Installation path for udev hwdb',
|
2018-05-14 13:15:52 +00:00
|
|
|
type: 'string',
|
|
|
|
value: 'auto')
|
2018-10-08 14:33:04 +00:00
|
|
|
option('gtk-examples',
|
|
|
|
description: 'Whether to build GTK+ example applications',
|
|
|
|
type: 'boolean',
|
2019-01-21 14:37:04 +00:00
|
|
|
value: false)
|
2018-05-17 00:58:59 +00:00
|
|
|
option('doc',
|
|
|
|
description: 'Whether to build the API documentation',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true)
|
2020-09-29 10:38:29 +00:00
|
|
|
|
|
|
|
option('sdcp_virt_binary',
|
|
|
|
description: 'Path to virtual SDCP test binary, please refer to CI for more details.',
|
|
|
|
type: 'string',
|
|
|
|
value: '')
|