mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
pipewirecore: Add pc file
This is useful for building out-of-tree PipeWire modules. Change-Id: I47507349201067f01164d8ba8b95bc4ee422d082
This commit is contained in:
parent
bc56c72b62
commit
879057c565
3 changed files with 14 additions and 2 deletions
11
pkgconfig/libpipewirecore.pc.in
Normal file
11
pkgconfig/libpipewirecore.pc.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue