Home | History | Annotate | Download | only in pkgconfig
      1 prefix=/usr
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 Name: libpulse
      7 Description: Client Interface to PulseAudio
      8 Version: 0.9.10
      9 Libs: -L${libdir} -lpulse 
     10 Cflags: -D_REENTRANT -I${includedir}
     11