diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2007-09-12 10:03:05 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-09-12 10:03:05 -0600 |
commit | 94617bc6d505b056b028dc0978ef4a94ee47fa7d (patch) | |
tree | e7f3e6a92ada27fe302d51f5ef88bcb84275870c /src/glu/glu.pc.in | |
parent | f5557c3a528fbad3750aaa18595dc3548b600609 (diff) |
pkg-config support
Diffstat (limited to 'src/glu/glu.pc.in')
-rw-r--r-- | src/glu/glu.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/glu/glu.pc.in b/src/glu/glu.pc.in new file mode 100644 index 0000000000..5d6e52a75e --- /dev/null +++ b/src/glu/glu.pc.in @@ -0,0 +1,11 @@ +prefix=@INSTALL_DIR@ +exec_prefix=${prefix} +libdir=${exec_prefix}/@LIB_DIR@ +includedir=${prefix}/include + +Name: glu +Description: Mesa OpenGL Utility library +Requires: gl +Version: @VERSION@ +Libs: -L${libdir} -lGLU +Cflags: -I${includedir} |