blob: 9c2682fbf348664db7404cefb9b95487a7fcc251 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@INSTALL_DIR@
exec_prefix=${prefix}
libdir=${exec_prefix}/@LIB_DIR@
includedir=${prefix}/include
Name: glw
Description: Mesa OpenGL widget library
Requires: gl
Version: @VERSION@
Libs: -L${libdir} -lGLw
Cflags: -I${includedir}
|