summaryrefslogtreecommitdiff
path: root/src/mesa/osmesa.pc.in
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-12-14 09:35:29 -0800
committerDan Nicholson <dbn.lists@gmail.com>2008-12-14 09:35:29 -0800
commit8be02fc8c67433bd2647f59abece5e8111859e40 (patch)
tree1f0fcf8501e9b2e89395417c161a6c0efebf2918 /src/mesa/osmesa.pc.in
parent71e208bafe9ca5e1c189fae3f251cc84034e5959 (diff)
Add OSMesa pkg-config file
This makes the GLU .pc file a little simpler, too.
Diffstat (limited to 'src/mesa/osmesa.pc.in')
-rw-r--r--src/mesa/osmesa.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mesa/osmesa.pc.in b/src/mesa/osmesa.pc.in
new file mode 100644
index 00000000000..05327f40aa0
--- /dev/null
+++ b/src/mesa/osmesa.pc.in
@@ -0,0 +1,12 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+Name: osmesa
+Description: Mesa Off-screen Rendering library
+Requires: @OSMESA_PC_REQ@
+Version: @VERSION@
+Libs: -L${libdir} -l@OSMESA_LIB@
+Libs.private: @OSMESA_PC_LIB_PRIV@
+Cflags: -I${includedir}