[svn:parrot] r41734 - trunk/config/auto

japhb at svn.parrot.org japhb at svn.parrot.org
Tue Oct 6 15:37:35 UTC 2009


Author: japhb
Date: Tue Oct  6 15:37:32 2009
New Revision: 41734
URL: https://trac.parrot.org/parrot/changeset/41734

Log:
[OpenGL] Ancient and small doc patch that I'd forgotten to commit

Modified:
   trunk/config/auto/opengl.pm

Modified: trunk/config/auto/opengl.pm
==============================================================================
--- trunk/config/auto/opengl.pm	Tue Oct  6 07:36:49 2009	(r41733)
+++ trunk/config/auto/opengl.pm	Tue Oct  6 15:37:32 2009	(r41734)
@@ -10,7 +10,7 @@
 =head1 DESCRIPTION
 
 Determines whether the platform supports OpenGL, GLU and GLUT.  The optimal
-result at this time is to find OpenGL 2.1, GLU 1.3, and GLUT API version 4.
+result at this time is to find OpenGL 3.2, GLU 1.3, and GLUT API version 4.
 
 You will typically need to install the headers and libraries required for
 compiling OpenGL/GLU/GLUT applications as a separate step in addition to
@@ -112,15 +112,15 @@
 
 =head3 Cygwin/X
 
-Requires a X server and F<libglut-devel>, F<libGL-devel>, F<libGLU-devel>,
+Requires an X server and F<libglut-devel>, F<libGL-devel>, F<libGLU-devel>,
 F<freeglut> and its dependencies.
 
 This is tried first.
 
 =head3 Cygwin/w32api
 
-The Cygwin/w32api for native opengl support
-is only tried if F</usr/include/GL> does not exist.
+The Cygwin/w32api for native opengl support is only tried if
+F</usr/include/GL> does not exist.
 
 The problem is that the L<NCI|pdds/draft/pdd16_native_call.pod>
 tries the header files to create the imports and not the libraries,


More information about the parrot-commits mailing list