mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
It was sometimes assumed to be 0.1, sometimes 1.0, and sometimes not to be used at all. This commit makes things consistent and so that it is possible to link externally.
11 lines
247 B
PkgConfig
11 lines
247 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
moduledir=@moduledir@
|
|
|
|
Name: libpinos
|
|
Description: Pinos Client Interface
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lpinos
|
|
Cflags: -I${includedir} -D_REENTRANT
|