mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
add pw-jack and pw-pulse to set the library path
pw-pulse and pw-jack set the replacement library path correctly so that pulse and jack apps run on top of PipeWire.
This commit is contained in:
parent
293386c21a
commit
9f810d1bbc
4 changed files with 135 additions and 0 deletions
|
|
@ -53,6 +53,14 @@ if libpulse_path == ''
|
|||
libpulse_path = join_paths(modules_install_dir, 'pulse')
|
||||
endif
|
||||
|
||||
tools_config = configuration_data()
|
||||
tools_config.set('LIBPULSE_PATH', libpulse_path)
|
||||
|
||||
configure_file(input : 'pw-pulse.in',
|
||||
output : 'pw-pulse',
|
||||
configuration : tools_config,
|
||||
install: true,
|
||||
install_dir : pipewire_bindir)
|
||||
|
||||
pipewire_pulseaudio = shared_library('pulse',
|
||||
pipewire_pulseaudio_sources,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue