Mercurial > hg > sv-dependency-builds
annotate src/libogg-1.3.0/ogg-uninstalled.pc.in @ 168:ceec0dd9ec9c
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 07 Feb 2020 11:51:13 +0000 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 # ogg uninstalled pkg-config file |
cannam@86 | 2 |
cannam@86 | 3 prefix= |
cannam@86 | 4 exec_prefix= |
cannam@86 | 5 libdir=${pcfiledir}/src |
cannam@86 | 6 includedir=${pcfiledir}/include |
cannam@86 | 7 |
cannam@86 | 8 Name: ogg |
cannam@86 | 9 Description: ogg is a library for manipulating ogg bitstreams (not installed) |
cannam@86 | 10 Version: @VERSION@ |
cannam@86 | 11 Requires: |
cannam@86 | 12 Conflicts: |
cannam@86 | 13 Libs: ${libdir}/libogg.la |
cannam@86 | 14 Cflags: -I${includedir} |