meson: Change codec options description

This commit is contained in:
Ivan 2021-03-14 22:54:37 +00:00
parent 4c9af21ec6
commit 864d0148c2

View file

@ -91,11 +91,11 @@ option('bluez5-backend-hsphfpd',
type: 'feature',
value: 'auto')
option('bluez5-codec-aptx',
description: 'Enable AptX Qualcomm proprietary codec implementation',
description: 'Enable AptX Qualcomm open source codec implementation',
type: 'feature',
value: 'auto')
option('bluez5-codec-ldac',
description: 'Enable LDAC Sony proprietary codec implementation',
description: 'Enable LDAC Sony open source codec implementation',
type: 'feature',
value: 'auto')
option('bluez5-codec-aac',