2020-01-04 08:28:34 -06:00
|
|
|
# By default, library and modules (except interfaces) are built
|
|
|
|
|
2021-02-18 09:59:52 -06:00
|
|
|
option('daemon', type: 'boolean', value: 'true', description: 'Build daemon')
|
2020-03-17 18:39:44 -05:00
|
|
|
option('plugins', type: 'boolean', value: 'true', description: 'Build plugins')
|
2020-01-04 08:28:34 -06:00
|
|
|
option('library', type: 'boolean', value: 'true', description: 'Build library')
|
2021-02-18 09:59:52 -06:00
|
|
|
option('gui', type: 'boolean', value: 'true', description: 'Build Qt GUI')
|
2023-11-11 16:01:22 -06:00
|
|
|
option('require-python-hwdata', type: 'boolean', value: 'false',
|
|
|
|
description: 'Require python-hwdata for prettier AMD GPU names')
|
2023-11-12 12:57:00 -06:00
|
|
|
option('require-amd', type: 'boolean', value: 'false',
|
|
|
|
description: 'Require AMD plugin')
|
|
|
|
option('require-nvidia', type: 'boolean', value: 'false',
|
|
|
|
description: 'Require NVIDIA plugin')
|