summaryrefslogtreecommitdiff
path: root/glu.pc.in
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2007-09-12 10:03:05 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-12 10:03:05 -0600
commitde16522f104eca7e9efc7eecbffa007b38c9c130 (patch)
treeb0893782d826465515137d2235fe2d8eeb207082 /glu.pc.in
parent9f465350628010d06025d3fb8a1854122328bd15 (diff)
downloadglu-de16522f104eca7e9efc7eecbffa007b38c9c130.tar.gz
pkg-config support
Diffstat (limited to 'glu.pc.in')
-rw-r--r--glu.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/glu.pc.in b/glu.pc.in
new file mode 100644
index 0000000..5d6e52a
--- /dev/null
+++ b/glu.pc.in
@@ -0,0 +1,11 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@LIB_DIR@
+includedir=${prefix}/include
+
+Name: glu
+Description: Mesa OpenGL Utility library
+Requires: gl
+Version: @VERSION@
+Libs: -L${libdir} -lGLU
+Cflags: -I${includedir}