meson: Add pulsedspdir option

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-09 10:26:57 +07:00 committed by Arun Raghavan
parent adef9a4421
commit 13202eb9ed
3 changed files with 10 additions and 1 deletions

View file

@ -69,6 +69,7 @@ if cc.has_header('sys/soundcard.h')
libpulsedsp = shared_library('pulsedsp',
libpulsecommon_sources,
install: true,
install_dir : pulsedspdir,
include_directories : [configinc, topinc],
link_with : [libpulsecommon, libpulse],
link_args : ['-ldl'],