mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
meson: Fix build of padsp
- Rename "pulsedspdir" to the same "padsplibdir" that Autotools uses. - Add a new option "pulsedsp-location" that is only used for padsp.in, just like Autotools' --with-pulsedsp-location. - Use 'set' instead of 'set_quoted' to avoid PULSEDSP_LOCATION getting quoted twice.
This commit is contained in:
parent
9e70d05201
commit
09231eaead
3 changed files with 19 additions and 8 deletions
|
|
@ -85,7 +85,7 @@ if cc.has_header('sys/soundcard.h')
|
|||
libpulsedsp = shared_library('pulsedsp',
|
||||
libpulsecommon_sources,
|
||||
install: true,
|
||||
install_dir : pulsedspdir,
|
||||
install_dir : padsplibdir,
|
||||
include_directories : [configinc, topinc],
|
||||
link_with : [libpulsecommon, libpulse],
|
||||
link_args : ['-ldl'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue