summaryrefslogtreecommitdiff
path: root/glu.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
commit8bee5496b8b42837408543cb86d5b0c13c415244 (patch)
tree8ce09261d18ed2a5393a62da8287bd72c6cb7971 /glu.pc.in
parent49fb287bf48c8aaa5716db001a8a76e72ddfc633 (diff)
downloadglu-8bee5496b8b42837408543cb86d5b0c13c415244.tar.gz
Add OSMesa pkg-config file
This makes the GLU .pc file a little simpler, too.
Diffstat (limited to 'glu.pc.in')
-rw-r--r--glu.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/glu.pc.in b/glu.pc.in
index 2c9bd95..bc2517e 100644
--- a/glu.pc.in
+++ b/glu.pc.in
@@ -8,6 +8,6 @@ Description: Mesa OpenGL Utility library
Requires: @GLU_PC_REQ@
Requires.private: @GLU_PC_REQ_PRIV@
Version: @VERSION@
-Libs: -L${libdir} -lGLU @GLU_PC_LIB@
+Libs: -L${libdir} -lGLU
Libs.private: @GLU_PC_LIB_PRIV@
Cflags: -I${includedir} @GLU_PC_CFLAGS@