mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
include PTRHEAD_LIBS in pkg-config file (patch from Flameeyes)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1365 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b01fabff65
commit
e504e807ce
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@ includedir=${prefix}/include
|
||||||
Name: libpulse
|
Name: libpulse
|
||||||
Description: Client Interface to PulseAudio
|
Description: Client Interface to PulseAudio
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -lpulse
|
Libs: -L${libdir} -lpulse @PTHREAD_LIBS@
|
||||||
Cflags: -D_REENTRANT -I${includedir}
|
Cflags: -D_REENTRANT -I${includedir}
|
||||||
Requires:
|
Requires:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue