annotate osx/lib/pkgconfig/ogg.pc @ 83:ae30d91d2ffe

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
date Fri, 07 Feb 2020 11:51:13 +0000
parents cc5d363db385
children
rev   line source
Chris@2 1 # ogg pkg-config file
Chris@2 2
Chris@2 3 prefix=/Users/cannam/code/sv-dependency-builds/osx
Chris@2 4 exec_prefix=${prefix}
Chris@2 5 libdir=${exec_prefix}/lib
Chris@2 6 includedir=${prefix}/include
Chris@2 7
Chris@2 8 Name: ogg
Chris@2 9 Description: ogg is a library for manipulating ogg bitstreams
Chris@2 10 Version: 1.3.0
Chris@2 11 Requires:
Chris@2 12 Conflicts:
Chris@2 13 Libs: -L${libdir} -logg
Chris@2 14 Cflags: -I${includedir}