mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
This is useful for building out-of-tree PipeWire modules. Change-Id: I47507349201067f01164d8ba8b95bc4ee422d082
11 lines
275 B
PkgConfig
11 lines
275 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
moduledir=@moduledir@
|
|
|
|
Name: libpipewirecore
|
|
Description: PipeWire Core
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lpipewirecore-@PIPEWIRE_API_VERSION@
|
|
Cflags: -I${includedir} -D_REENTRANT
|