summaryrefslogtreecommitdiff
path: root/src/mesa/gl.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
commit94617bc6d505b056b028dc0978ef4a94ee47fa7d (patch)
treee7f3e6a92ada27fe302d51f5ef88bcb84275870c /src/mesa/gl.pc.in
parentf5557c3a528fbad3750aaa18595dc3548b600609 (diff)
pkg-config support
Diffstat (limited to 'src/mesa/gl.pc.in')
-rw-r--r--src/mesa/gl.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in
new file mode 100644
index 00000000000..4b144ffa4b2
--- /dev/null
+++ b/src/mesa/gl.pc.in
@@ -0,0 +1,11 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@LIB_DIR@
+includedir=${prefix}/include
+
+Name: gl
+Description: Mesa OpenGL library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lGL
+Cflags: -I${includedir}