mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
a lot more build system updates
This commit is contained in:
parent
695d300156
commit
ef0cc74567
5 changed files with 126 additions and 128 deletions
|
|
@ -1,10 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=${prefix}/include
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libpulse
|
||||
Description: Client Interface to PulseAudio
|
||||
Description: PulseAudio Client Interface
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lpulse @PTHREAD_LIBS@
|
||||
Cflags: -D_REENTRANT -I${includedir}
|
||||
Libs.private: -lpulsecommon-@PA_MAJORMINORMICRO@
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue