build-sys: Fix up meson install paths

Brings things in line with the autotools build, and adds ALSA mixer
paths and profile-sets into the meson build system as well.

The module installation path is also now customisable.
This commit is contained in:
Arun Raghavan 2018-10-13 11:50:03 +05:30 committed by Arun Raghavan
parent 91bb9b77e4
commit 37dbeae031
13 changed files with 49 additions and 16 deletions

View file

@ -20,5 +20,6 @@ libraop = shared_library('libraop',
c_args : [pa_c_args, server_c_args],
include_directories : [configinc, topinc],
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, librtp_dep, openssl_dep],
install : true
install : true,
install_dir : modlibexecdir,
)