aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glu/glu.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/glu/glu.pc.in')
-rw-r--r--mesalib/src/glu/glu.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/mesalib/src/glu/glu.pc.in b/mesalib/src/glu/glu.pc.in
new file mode 100644
index 000000000..f7d910982
--- /dev/null
+++ b/mesalib/src/glu/glu.pc.in
@@ -0,0 +1,13 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+Name: glu
+Description: Mesa OpenGL Utility library
+Requires: @GLU_PC_REQ@
+Requires.private: @GLU_PC_REQ_PRIV@
+Version: @VERSION@
+Libs: -L${libdir} -l@GLU_LIB@
+Libs.private: @GLU_PC_LIB_PRIV@
+Cflags: -I${includedir} @GLU_PC_CFLAGS@