aboutsummaryrefslogtreecommitdiffstats
path: root/openal.pc.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-12-09 07:36:06 -0800
committerChris Robinson <[email protected]>2009-12-09 07:36:06 -0800
commitc5952d1ddc51cb8c266d085c37afef7b676b37f4 (patch)
tree18b38b243d6029296b6a2b7bfecf15aae43f9cce /openal.pc.in
parent656a4063775b30fd3910181a049f9194432e5c16 (diff)
Move the pkg-config file to the base directory
Diffstat (limited to 'openal.pc.in')
-rw-r--r--openal.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/openal.pc.in b/openal.pc.in
new file mode 100644
index 00000000..aaf95bb6
--- /dev/null
+++ b/openal.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: OpenAL
+Description: OpenAL is a cross-platform 3D audio API
+Requires: @PKG_CONFIG_REQUIRES@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
+Cflags: -I${includedir}