mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05: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
|
Name: libpinos
|
||||||
Description: Pinos Client Interface
|
Description: Pinos Client Interface
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -lpinos
|
Libs: -L${libdir} -lpinos-@PINOS_MAJORMINOR@
|
||||||
Cflags: -I${includedir} -D_REENTRANT
|
Cflags: -I${includedir} -D_REENTRANT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue