Mercurial > audio-send
diff openal.pc.in @ 0:f9476ff7637e
initial forking of open-al to create multiple listeners
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Oct 2011 13:02:31 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openal.pc.in Tue Oct 25 13:02:31 2011 -0700 1.3 @@ -0,0 +1,11 @@ 1.4 +prefix=@prefix@ 1.5 +exec_prefix=@exec_prefix@ 1.6 +libdir=@libdir@ 1.7 +includedir=@includedir@ 1.8 + 1.9 +Name: OpenAL 1.10 +Description: OpenAL is a cross-platform 3D audio API 1.11 +Requires: @PKG_CONFIG_REQUIRES@ 1.12 +Version: @PACKAGE_VERSION@ 1.13 +Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@ 1.14 +Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@