summaryrefslogtreecommitdiff
path: root/src/glu/glu.pc.in
blob: 8606b9b222c4bcee64d1cd5fae5610f136ef5e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@INSTALL_DIR@
exec_prefix=${prefix}
libdir=@INSTALL_LIB_DIR@
includedir=@INSTALL_INC_DIR@

Name: glu
Description: Mesa OpenGL Utility library
Requires: gl
Version: @VERSION@
Libs: -L${libdir} -lGLU
Cflags: -I${includedir}