blob: 25f3f73b8c6734ce2acd58f3e20cc6d05e4b4c9c (
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: glw
Description: Mesa OpenGL widget library
Requires: gl
Version: @VERSION@
Libs: -L${libdir} -lGLw
Cflags: -I${includedir}
|