mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
install the jack and pulseaudio libraries
This commit is contained in:
parent
f649c6f3c1
commit
1f03d26e53
2 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ pipewire_pulseaudio = shared_library('pulse',
|
|||
link_args : vflag,
|
||||
include_directories : [configinc],
|
||||
dependencies : [pipewire_dep, pulseaudio_dep, mathlib],
|
||||
install : false,
|
||||
install : true,
|
||||
)
|
||||
|
||||
pipewire_pulseaudio = shared_library('pulse-mainloop-glib',
|
||||
|
|
@ -61,5 +61,5 @@ pipewire_pulseaudio = shared_library('pulse-mainloop-glib',
|
|||
link_args : vflag,
|
||||
include_directories : [configinc],
|
||||
dependencies : [pipewire_dep, pulseaudio_dep, mathlib, glib_dep],
|
||||
install : false,
|
||||
install : true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue