From: <br...@us...> - 2009-03-17 07:11:36
|
Revision: 3840 http://openvrml.svn.sourceforge.net/openvrml/?rev=3840&view=rev Author: braden Date: 2009-03-17 07:11:30 +0000 (Tue, 17 Mar 2009) Log Message: ----------- Rely on an installed GtkGLExt. Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-03-17 07:10:58 UTC (rev 3839) +++ trunk/ChangeLog 2009-03-17 07:11:30 UTC (rev 3840) @@ -1,5 +1,24 @@ 2009-03-17 Braden McDaniel <br...@en...> + Rely on an installed GtkGLExt. + + * Makefile.am + (SUBDIRS): Removed libs. + * configure.ac: Check for GtkGLExt; emit GTKGL_{CFLAGS,LIBS} + instead of GTK_{CFLAGS,LIBS}; removed lib/gtkglext from + AC_CONFIG_SUBDIRS. + * lib/gtkglext: Removed. + * src/Makefile.am + (openvrml_xembed_openvrml_xembed_CXXFLAGS): Replaced GTK_CFLAGS + and GL_CFLAGS with GTKGL_CFLAGS. + (openvrml_xembed_openvrml_xembed_LDFLAGS): Replaced GTK_LIBS and + GL_LIBS with GTKGL_LIBS. + (openvrml_xembed_openvrml_xembed_LDADD): Removed references to + GtkGLExt libraries in OpenVRML's build tree; we link with the + system ones instead via GTKGL_LIBS. + +2009-03-17 Braden McDaniel <br...@en...> + Updates for 0.17.12 release. * NEWS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |