simplify build option description
parent
4336f10b29
commit
89a57f6722
|
@ -14,5 +14,4 @@ option('sndio', type: 'feature', value: 'auto', description: 'Enable support for
|
||||||
option('logind', type: 'feature', value: 'auto', description: 'Enable support for logind')
|
option('logind', type: 'feature', value: 'auto', description: 'Enable support for logind')
|
||||||
option('tests', type: 'feature', value: 'auto', description: 'Enable tests')
|
option('tests', type: 'feature', value: 'auto', description: 'Enable tests')
|
||||||
option('experimental', type : 'boolean', value : false, description: 'Enable experimental features')
|
option('experimental', type : 'boolean', value : false, description: 'Enable experimental features')
|
||||||
option('jack', type: 'feature', value: 'auto', description: 'Enable support for JACK DSP load monitoring')
|
option('jack', type: 'feature', value: 'auto', description: 'Enable support for JACK')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue