Mercurial > hg > sv-dependency-builds
annotate src/opusfile-0.9/opusurl.pc.in @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 4664ac0c1032 |
children |
rev | line source |
---|---|
cannam@154 | 1 # opusurl installed pkg-config file |
cannam@154 | 2 |
cannam@154 | 3 prefix=@prefix@ |
cannam@154 | 4 exec_prefix=@exec_prefix@ |
cannam@154 | 5 libdir=@libdir@ |
cannam@154 | 6 includedir=@includedir@ |
cannam@154 | 7 |
cannam@154 | 8 Name: opusurl |
cannam@154 | 9 Description: High-level Opus decoding library, URL support |
cannam@154 | 10 Version: @PACKAGE_VERSION@ |
cannam@154 | 11 Requires: opusfile |
cannam@154 | 12 Requires.private: @openssl@ |
cannam@154 | 13 Conflicts: |
cannam@154 | 14 Libs: -L${libdir} -lopusurl |