view src/libvorbis-1.3.3/vorbis.pc.in @ 67:f1a9b270e043

List of exclusions from the appimage repo
author Chris Cannam
date Thu, 28 Jun 2018 15:29:59 +0100
parents 05aa0afa9217
children
line wrap: on
line source
# libvorbis pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: vorbis
Description: vorbis is the primary Ogg Vorbis library
Version: @VERSION@
Requires: ogg
Conflicts:
Libs: -L${libdir} -lvorbis -lm
Cflags: -I${includedir}