mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
The libpipwire .so file is called libpipewire-@PIPEWIRE_API_VERSION@.so, not libpipewire.so, so tell build systems to link against the correct library.
11 lines
279 B
PkgConfig
11 lines
279 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
moduledir=@moduledir@
|
|
|
|
Name: libpipewire
|
|
Description: PipeWire Client Interface
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
|
|
Cflags: -I${includedir} -D_REENTRANT
|