mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Rename src to pinos and fix all the include paths so that they contain pinos/ to avoid conflicts
11 lines
274 B
PkgConfig
11 lines
274 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
modlibexecdir=@modlibexecdir@
|
|
|
|
Name: libpinos
|
|
Description: Pinos Client Interface
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lpinos-@PINOS_MAJORMINOR@
|
|
Cflags: -I${includedir} -D_REENTRANT
|