view osx/lib/pkgconfig/ogg.pc @ 76:f3731af47c4b

No, that isn't going to end well. Back it out.
author Chris Cannam
date Sat, 16 Feb 2019 18:32:35 +0000
parents cc5d363db385
children
line wrap: on
line source
# ogg pkg-config file

prefix=/Users/cannam/code/sv-dependency-builds/osx
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: ogg
Description: ogg is a library for manipulating ogg bitstreams
Version: 1.3.0
Requires:
Conflicts:
Libs: -L${libdir} -logg
Cflags: -I${includedir}