diff options
author | Dan Nicholson <[email protected]> | 2008-12-14 09:35:29 -0800 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2008-12-14 09:35:29 -0800 |
commit | 8be02fc8c67433bd2647f59abece5e8111859e40 (patch) | |
tree | 1f0fcf8501e9b2e89395417c161a6c0efebf2918 /src/glu/glu.pc.in | |
parent | 71e208bafe9ca5e1c189fae3f251cc84034e5959 (diff) |
Add OSMesa pkg-config file
This makes the GLU .pc file a little simpler, too.
Diffstat (limited to 'src/glu/glu.pc.in')
-rw-r--r-- | src/glu/glu.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/glu.pc.in b/src/glu/glu.pc.in index 2c9bd955b81..bc2517e90ed 100644 --- a/src/glu/glu.pc.in +++ b/src/glu/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@ |