repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nvfx: expose GLSL
[mesa/mesa-lb.git]
/
src
/
mesa
/
gl.pc.in
blob
97b86596fcf49f33058d741d57f4248abc5de2e0
1
prefix=@INSTALL_DIR@
2
exec_prefix=${prefix}
3
libdir=@INSTALL_LIB_DIR@
4
includedir=@INSTALL_INC_DIR@
5
6
Name: gl
7
Description: Mesa OpenGL library
8
Requires.private: @GL_PC_REQ_PRIV@
9
Version: @VERSION@
10
Libs: -L${libdir} -l@GL_LIB@
11
Libs.private: @GL_PC_LIB_PRIV@
12
Cflags: -I${includedir} @GL_PC_CFLAGS@