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:
Wim Taymans 2020-04-29 13:28:08 +02:00
parent 293386c21a
commit 9f810d1bbc
4 changed files with 135 additions and 0 deletions

View file

@ -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,