pipewirecore: Add pc file

This is useful for building out-of-tree PipeWire modules.

Change-Id: I47507349201067f01164d8ba8b95bc4ee422d082
This commit is contained in:
David Svensson Fors 2017-06-20 13:59:20 +02:00 committed by Wim Taymans
parent bc56c72b62
commit 879057c565
3 changed files with 14 additions and 2 deletions

View 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