mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Use proper @libdir@ in pc.in files to handle x86_64 machines.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1137 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a84a2f9138
commit
b345af2273
4 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: libpuls-browse
|
Name: libpulse-browse
|
||||||
Description: PulseAudio Network Browsing API
|
Description: PulseAudio Network Browsing API
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -lpulse-browse
|
Libs: -L${libdir} -lpulse-browse
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: libpulse-mainloop-glib
|
Name: libpulse-mainloop-glib
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: libpulse-simple
|
Name: libpulse-simple
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: libpulse
|
Name: libpulse
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue