Mercurial > hg > sv-dependency-builds
annotate osx/lib/pkgconfig/vorbis.pc @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | dde06ec3df43 |
children |
rev | line source |
---|---|
cannam@87 | 1 # libvorbis pkg-config source file |
cannam@87 | 2 |
cannam@87 | 3 prefix=/Users/cannam/code/sv-dependency-builds/osx |
cannam@87 | 4 exec_prefix=${prefix} |
cannam@87 | 5 libdir=${exec_prefix}/lib |
cannam@87 | 6 includedir=${prefix}/include |
cannam@87 | 7 |
cannam@87 | 8 Name: vorbis |
cannam@87 | 9 Description: vorbis is the primary Ogg Vorbis library |
cannam@87 | 10 Version: 1.3.3 |
cannam@87 | 11 Requires: ogg |
cannam@87 | 12 Conflicts: |
cannam@87 | 13 Libs: -L${libdir} -lvorbis -lm |
cannam@87 | 14 Cflags: -I${includedir} |