Mercurial > audio-send
annotate openal.pc.in @ 33:3caceef436ea tip
formatting for web
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 11 Feb 2012 12:25:55 -0700 |
parents | f9476ff7637e |
children |
rev | line source |
---|---|
rlm@0 | 1 prefix=@prefix@ |
rlm@0 | 2 exec_prefix=@exec_prefix@ |
rlm@0 | 3 libdir=@libdir@ |
rlm@0 | 4 includedir=@includedir@ |
rlm@0 | 5 |
rlm@0 | 6 Name: OpenAL |
rlm@0 | 7 Description: OpenAL is a cross-platform 3D audio API |
rlm@0 | 8 Requires: @PKG_CONFIG_REQUIRES@ |
rlm@0 | 9 Version: @PACKAGE_VERSION@ |
rlm@0 | 10 Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@ |
rlm@0 | 11 Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@ |