blob: 951e2dc2af5d34635707da97f9ccbe3d85feb9da (
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} -lGLU
Cflags: -I${includedir}
|