2012-12-04 18:59:09 +01:00
|
|
|
config BR2_PACKAGE_CLASSPATH
|
|
|
|
bool "classpath"
|
|
|
|
depends on BR2_PACKAGE_JAMVM
|
|
|
|
depends on BR2_INET_IPV6
|
|
|
|
help
|
|
|
|
GNU Classpath, Essential Libraries for Java, is a GNU
|
|
|
|
project to create free core class libraries for use with
|
|
|
|
virtual machines and compilers for the java programming
|
|
|
|
language.
|
|
|
|
|
|
|
|
http://classpath.org
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "classpath needs a toolchain w/ IPv6"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_PACKAGE_JAMVM
|
2012-12-04 18:59:09 +01:00
|
|
|
depends on !BR2_INET_IPV6
|