mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
A module is a shared library existing in, or a subdirectory of, the
module directory. The directory is by default
${libdir}/pinos-$(MAJORMINOR)/modules, but can be specified with
--with-module-dir=PATH when running configure. It is also possible to
override the module directory runtime with the environment variable
PINOS_MODULE_DIR, which is a list of directories separated with ":".
11 lines
266 B
PkgConfig
11 lines
266 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-@PINOS_MAJORMINOR@
|
|
Cflags: -I${includedir} -D_REENTRANT
|