From: Braden M. <br...@us...> - 2007-04-29 07:25:22
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26058 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog README Log Message: Documented --disable-player configure option. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.12 retrieving revision 1.65.2.13 diff -C2 -d -r1.65.2.12 -r1.65.2.13 *** README 29 Apr 2007 07:17:48 -0000 1.65.2.12 --- README 29 Apr 2007 07:25:21 -0000 1.65.2.13 *************** *** 192,195 **** --- 192,200 ---- the GL renderer be built. + --disable-player + Do not build openvrml-player. This is a GNOME application that + hosts the XEmbed control. It depends on GNOME (libgnomeui) and + libcurl. + --disable-mozilla-plugin Do not build the Mozilla plug-in. The Mozilla plug-in depends on Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.165 retrieving revision 1.1310.2.166 diff -C2 -d -r1.1310.2.165 -r1.1310.2.166 *** ChangeLog 29 Apr 2007 07:17:47 -0000 1.1310.2.165 --- ChangeLog 29 Apr 2007 07:25:21 -0000 1.1310.2.166 *************** *** 1,4 **** --- 1,8 ---- 2007-04-29 Braden McDaniel <br...@en...> + * README: Documented --disable-player configure option. + + 2007-04-29 Braden McDaniel <br...@en...> + * README: Added /src/openvrml-player to package directory layout. |