meson: Make hal-compat optional

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-19 18:18:58 +07:00 committed by Arun Raghavan
parent 912a62c561
commit 90eec5ab36
3 changed files with 10 additions and 1 deletions

View file

@ -38,6 +38,9 @@ option('dbus',
option('fftw',
type : 'feature', value : 'auto',
description : 'Optional FFTW support')
option('hal-compat',
type : 'boolean',
description : 'Optional HAL->udev transition compatibility support (needs udev)')
option('jack',
type : 'feature', value : 'auto',
description : 'Optional JACK support')