blob: 8d271648ff97124a4ab800f269695919ed04252b (
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 xt
Version: @VERSION@
Libs: -L${libdir} -lGLw
Cflags: -I${includedir}
|