Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22931
Modified Files:
Tag: OpenVRML-0_16-BRANCH
ChangeLog README
Log Message:
Added documentation for --disable-gtkplug configure option.
Index: README
===================================================================
RCS file: /cvsroot/openvrml/openvrml/README,v
retrieving revision 1.65.2.1
retrieving revision 1.65.2.2
diff -C2 -d -r1.65.2.1 -r1.65.2.2
*** README 1 Oct 2006 05:48:14 -0000 1.65.2.1
--- README 2 Oct 2006 22:12:08 -0000 1.65.2.2
***************
*** 183,189 ****
OpenGL/Mesa.
--disable-mozilla-plugin
Do not build the Mozilla plug-in. The Mozilla plug-in depends on
! GTK+ and, of course, Mozilla.
--disable-examples
--- 183,196 ----
OpenGL/Mesa.
+ --disable-gtkplug
+ Do not build the GtkPlug application. This is an out-of-process
+ component that provides a VRML/X3D browser that can be used in a
+ GTK+ application. This depends on GTK+. It also requires that the
+ GL renderer be built.
+
--disable-mozilla-plugin
Do not build the Mozilla plug-in. The Mozilla plug-in depends on
! GTK+ and, of course, Mozilla. It also requires that the GtkPlug
! application be built.
--disable-examples
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1310.2.23
retrieving revision 1.1310.2.24
diff -C2 -d -r1.1310.2.23 -r1.1310.2.24
*** ChangeLog 2 Oct 2006 03:43:57 -0000 1.1310.2.23
--- ChangeLog 2 Oct 2006 22:12:08 -0000 1.1310.2.24
***************
*** 1,2 ****
--- 1,7 ----
+ 2006-10-02 Braden McDaniel <br...@en...>
+
+ * README: Added documentation for --disable-gtkplug configure
+ option.
+
2006-10-01 Braden McDaniel <br...@en...>
|