mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-02 22:42:12 +00:00
15 lines
410 B
Plaintext
15 lines
410 B
Plaintext
|
|
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
|
||
|
|
|
||
|
|
comment "classpath requires a toolchain with IPV6 support"
|
||
|
|
depends on !BR2_INET_IPV6
|