mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
91bb9b77e4
commit
37dbeae031
13 changed files with 49 additions and 16 deletions
|
|
@ -17,6 +17,9 @@ option('legacy-database-entry-format',
|
|||
option('pulsedspdir',
|
||||
type : 'string',
|
||||
description : 'Specify location where OSS wrapper will be installed')
|
||||
option('modlibexecdir',
|
||||
type : 'string',
|
||||
description : 'Specify location where modules will be installed')
|
||||
|
||||
# Optional features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue