mirror of
https://gitlab.freedesktop.org/pipewire/pipewire
synced 2024-11-05 16:26:16 +00:00
pc: Include MAJORMINOR version in Ldflags
The .so file is libpinos-MAJOR.MINOR.so, so the .pc file should reflect this.
This commit is contained in:
parent
1a9aaa3f11
commit
df171356fe
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ modlibexecdir=@modlibexecdir@
|
|||
Name: libpinos
|
||||
Description: Pinos Client Interface
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lpinos
|
||||
Libs: -L${libdir} -lpinos-@PINOS_MAJORMINOR@
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
|
|
Loading…
Reference in a new issue