mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
11 lines
264 B
PkgConfig
11 lines
264 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
moduledir=@moduledir@
|
|
|
|
Name: libpipewire
|
|
Description: PipeWire Interface
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
|
|
Cflags: -I${includedir} -D_REENTRANT
|