Mercurial > hg > sv-dependency-builds
annotate src/opusfile-0.9/opusfile-uninstalled.pc.in @ 81:7029a4916348
Merge build update
author | Chris Cannam |
---|---|
date | Thu, 31 Oct 2019 13:36:58 +0000 |
parents | 7aeed7906520 |
children |
rev | line source |
---|---|
Chris@69 | 1 # opusfile uninstalled pkg-config file |
Chris@69 | 2 |
Chris@69 | 3 prefix= |
Chris@69 | 4 exec_prefix= |
Chris@69 | 5 libdir=${pcfiledir}/.libs |
Chris@69 | 6 includedir=${pcfiledir}/@top_srcdir@/include |
Chris@69 | 7 |
Chris@69 | 8 Name: opusfile uninstalled |
Chris@69 | 9 Description: High-level Opus decoding library (not installed) |
Chris@69 | 10 Version: @PACKAGE_VERSION@ |
Chris@69 | 11 Requires.private: ogg >= 1.3 opus >= 1.0.1 |
Chris@69 | 12 Conflicts: |
Chris@69 | 13 Libs: ${libdir}/libopusfile.la @lrintf_lib@ |
Chris@69 | 14 Cflags: -I${includedir} |