[mapserver-commits] r8997 - sandbox/graphics

svn at osgeo.org svn at osgeo.org
Sat May 2 06:13:44 EDT 2009


Author: tbonfort
Date: 2009-05-02 06:13:43 -0400 (Sat, 02 May 2009)
New Revision: 8997

Modified:
   sandbox/graphics/maperror.c
Log:
add cairo and ogl to capabilities


Modified: sandbox/graphics/maperror.c
===================================================================
--- sandbox/graphics/maperror.c	2009-05-02 09:58:07 UTC (rev 8996)
+++ sandbox/graphics/maperror.c	2009-05-02 10:13:43 UTC (rev 8997)
@@ -517,6 +517,12 @@
 #ifdef USE_AGG
   strcat(version, " SUPPORTS=AGG");
 #endif
+#ifdef USE_CAIRO
+  strcat(version, " SUPPORTS=CAIRO");
+#endif
+#ifdef USE_OGL
+  strcat(version, " SUPPORTS=OPENGL");
+#endif
 #ifdef USE_GD_FT
   strcat(version, " SUPPORTS=FREETYPE");
 #endif



More information about the mapserver-commits mailing list