CVS: moonbase/graphics/openvrml CONFIGURE,NONE,1.1 DEPENDS,1.3,1.4
Florin Braescu
florin at lunar-linux.org
Sun Dec 28 11:41:45 GMT 2003
Update of /var/cvs/lunar/moonbase/graphics/openvrml
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20885
Modified Files:
DEPENDS
Added Files:
CONFIGURE
Log Message:
reusing tchan's great work from db4 i think that's the proper fix for j2sdk install problem.
--- NEW FILE: CONFIGURE ---
if ! grep -q "CONFIG_JAVA=" $MODULE_CONFIG; then
if query "Enable java support?" n ; then
if ! module_installed j2sdk; then
lin j2sdk
fi
echo 'OPTS="$OPTS --with-jdk --enable-script-node-java"' > $MODULE_CONFIG
CONFIG_JAVA=y
else
echo 'OPTS="$OPTS --without-jdk --disable-script-node-javascript"' > $MODULE_CONFIG
CONFIG_JAVA=n
fi
echo "CONFIG_JAVA=$CONFIG_JAVA" >> $MODULE_CONFIG
fi
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/openvrml/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS 26 Dec 2003 14:03:48 -0000 1.3
+++ DEPENDS 28 Dec 2003 11:41:42 -0000 1.4
@@ -1,12 +1,7 @@
depends libpng &&
depends jpeg &&
depends glut &&
-depends mozilla &&
-
-optional_depends "j2sdk" \
- "--with-jdk --enable-script-node-java" \
- "--without-jdk --disable-script-node-javascript" \
- "to use the java sdk"
+depends mozilla
More information about the Lunar-commits
mailing list