mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
11 lines
274 B
PkgConfig
11 lines
274 B
PkgConfig
|
|
prefix=@prefix@
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: polyplib-mainloop
|
||
|
|
Description: Mainloop API of the polypaudio sound daemon
|
||
|
|
Version: @PACKAGE_VERSION@
|
||
|
|
Libs: -L${libdir} -lpolyp-mainloop
|
||
|
|
Cflags: -D_REENTRANT -I${includedir}
|