mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
modules: also install module-combine-stream
This commit is contained in:
parent
9558a5d5e0
commit
fba7083f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ pipewire_module_echo_cancel_sources = [
|
|||
pipewire_module_combine_stream = shared_library('pipewire-module-combine-stream',
|
||||
[ 'module-combine-stream.c' ],
|
||||
include_directories : [configinc],
|
||||
install : false,
|
||||
install : true,
|
||||
install_dir : modules_install_dir,
|
||||
install_rpath: modules_install_dir,
|
||||
dependencies : [spa_dep, dl_lib, pipewire_dep],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue