Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20161030_catalina_patch/bindings/cpp/portaudiocpp.pc.in @ 162:d43aab368df9
Duplicate for patch testing
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 30 Oct 2019 11:25:10 +0000 |
parents | |
children |
rev | line source |
---|---|
cannam@162 | 1 prefix=@prefix@ |
cannam@162 | 2 exec_prefix=@exec_prefix@ |
cannam@162 | 3 libdir=@libdir@ |
cannam@162 | 4 includedir=@includedir@ |
cannam@162 | 5 |
cannam@162 | 6 Name: PortAudioCpp |
cannam@162 | 7 Description: Portable audio I/O C++ bindings |
cannam@162 | 8 Version: 12 |
cannam@162 | 9 Requires: portaudio-2.0 |
cannam@162 | 10 |
cannam@162 | 11 Libs: -L${libdir} -lportaudiocpp |
cannam@162 | 12 Cflags: -I${includedir} |