mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
add pkgconfig stuff
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@85 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
cf965cbda8
commit
3e379ca99d
7 changed files with 132 additions and 7 deletions
10
polyplib-simple.pc.in
Normal file
10
polyplib-simple.pc.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: polyplib-simple
|
||||
Description: Simplistic client interface to polypaudio sound daemon
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lpolyp-simple
|
||||
Cflags: -D_REENTRANT -I${includedir}
|
||||
Loading…
Add table
Add a link
Reference in a new issue