Magellan Linux

Annotation of /trunk/mesa/patches/mesa-7.0.2-missing-glw.pc.in.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 481 - (hide annotations) (download)
Tue Feb 12 16:37:34 2008 UTC (16 years, 4 months ago) by niro
File size: 544 byte(s)
-added missing glw.pc.in

1 niro 481 see: http://bugs.freedesktop.org/show_bug.cgi?id=13966
2    
3     diff -Naur Mesa-7.0.2/src/glw/glw.pc.in Mesa-7.0.2-magellan/src/glw/glw.pc.in
4     --- Mesa-7.0.2/src/glw/glw.pc.in 1970-01-01 01:00:00.000000000 +0100
5     +++ Mesa-7.0.2-magellan/src/glw/glw.pc.in 2008-02-12 17:39:05.000000000 +0100
6     @@ -0,0 +1,11 @@
7     +prefix=@INSTALL_DIR@
8     +exec_prefix=${prefix}
9     +libdir=${exec_prefix}/@LIB_DIR@
10     +includedir=${prefix}/include
11     +
12     +Name: glw
13     +Description: Mesa OpenGL widget library
14     +Requires: gl
15     +Version: @VERSION@
16     +Libs: -L${libdir} -lGLw
17     +Cflags: -I${includedir}