mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-21 07:00:08 -05:00
libpipewire.pc.in: Fix library name
The libpipwire .so file is called libpipewire-@PIPEWIRE_API_VERSION@.so, not libpipewire.so, so tell build systems to link against the correct library.
This commit is contained in:
parent
fb361706d4
commit
8a4c816d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ moduledir=@moduledir@
|
|||
Name: libpipewire
|
||||
Description: PipeWire Client Interface
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lpipewire
|
||||
Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue