pipewire/pkgconfig/libpinos.pc.in
Wim Taymans cdb2028f9b src -> pinos and fix include paths
Rename src to pinos and fix all the include paths so that they contain
pinos/ to avoid conflicts
2016-02-01 15:40:48 +01:00

11 lines
274 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/
modlibexecdir=@modlibexecdir@
Name: libpinos
Description: Pinos Client Interface
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpinos-@PINOS_MAJORMINOR@
Cflags: -I${includedir} -D_REENTRANT