opengl-glib r5 - in trunk: . gir



Author: hortont
Date: Wed Jan 28 09:12:13 2009
New Revision: 5
URL: http://svn.gnome.org/viewvc/opengl-glib?rev=5&view=rev

Log:
Don't depend on GLU headers (since we don't use them at the moment), clarify comments, etc.


Modified:
   trunk/configure.ac
   trunk/gir/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 28 09:12:13 2009
@@ -28,11 +28,11 @@
 			AC_MSG_ERROR([You must have GLUT headers installed.]))
 AC_MSG_RESULT([$have_glut_h])
 
-AC_MSG_CHECKING(for GLU)
-AC_TRY_CPP([#include <GL/glu.h>],
-			have_glu_h=yes,
-			AC_MSG_ERROR([You must have GLU headers installed.]))
-AC_MSG_RESULT([$have_glu_h])
+dnl AC_MSG_CHECKING(for GLU)
+dnl AC_TRY_CPP([#include <GL/glu.h>],
+dnl			have_glu_h=yes,
+dnl			AC_MSG_ERROR([You must have GLU headers installed.]))
+dnl AC_MSG_RESULT([$have_glu_h])
 
 dnl ===========================Dependencies====================================
 PKG_CHECK_MODULES(GLIB, glib-2.0)

Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am	(original)
+++ trunk/gir/Makefile.am	Wed Jan 28 09:12:13 2009
@@ -1,7 +1,5 @@
-## TODO: USE PKG-CONFIG PATH FOR HEADERS.
-
-## TODO: MAKE GLU WORK
-
+## TODO: USE PKG-CONFIG PATH FOR HEADERS. (Mesa's GL pkg-config gives no path?)
+## TODO: MAKE GLU WORK (Mesa doesn't have a separate GLU library?)
 
 girdir = $(datadir)/gir-1.0
 gir_DATA = GL-1.0.gir GLUT-1.0.gir GLTypes-1.0.gir



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]