2020-07-31 09:26:11 +02:00
|
|
|
# Common feature options
|
|
|
|
option('doc', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description: 'Build documentation')
|
|
|
|
option('doc-txt', type: 'feature', value: 'auto')
|
|
|
|
option('doc-man', type: 'feature', value: 'auto')
|
|
|
|
option('doc-pdf', type: 'feature', value: 'auto')
|
|
|
|
option('doc-html', type: 'feature', value: 'auto')
|
|
|
|
option('nls', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description : 'Enable native language support (translations)')
|
|
|
|
option('tests', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description: 'Enable unit tests')
|
|
|
|
option('tools', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description: 'Build command-line tools (fc-list, fc-query, etc.)')
|
2021-10-14 10:52:03 +02:00
|
|
|
option('cache-build', type : 'feature', value : 'enabled',
|
|
|
|
description: 'Run fc-cache on install')
|