projects
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use variable library name in pkg-config output.
[mesa.git]
/
src
/
glu
/
glu.pc.in
1
prefix=@INSTALL_DIR@
2
exec_prefix=${prefix}
3
libdir=@INSTALL_LIB_DIR@
4
includedir=@INSTALL_INC_DIR@
5
6
Name: glu
7
Description: Mesa OpenGL Utility library
8
Requires: @GLU_PC_REQ@
9
Requires.private: @GLU_PC_REQ_PRIV@
10
Version: @VERSION@
11
Libs: -L${libdir} -l@GLU_LIB@
12
Libs.private: @GLU_PC_LIB_PRIV@
13
Cflags: -I${includedir} @GLU_PC_CFLAGS@