Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/vorbis-uninstalled.pc.in @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 28 Jun 2018 15:29:59 +0100 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 # vorbis uninstalled pkg-config file |
cannam@86 | 2 |
cannam@86 | 3 prefix= |
cannam@86 | 4 exec_prefix= |
cannam@86 | 5 libdir=${pcfiledir}/lib |
cannam@86 | 6 includedir=${pcfiledir}/include |
cannam@86 | 7 |
cannam@86 | 8 Name: vorbis |
cannam@86 | 9 Description: vorbis is the primary Ogg Vorbis library (uninstalled) |
cannam@86 | 10 Version: @VERSION@ |
cannam@86 | 11 Requires: ogg |
cannam@86 | 12 Conflicts: |
cannam@86 | 13 Libs: @VORBIS_LIBS@ ${libdir}/libvorbis.la |
cannam@86 | 14 Cflags: -I${includedir} |