Config.in 483 B

1234567891011121314151617
  1. config BR2_PACKAGE_CLASSPATH
  2. bool "classpath"
  3. select BR2_NEEDS_HOST_JAR
  4. select BR2_NEEDS_HOST_JAVAC
  5. depends on BR2_PACKAGE_JAMVM
  6. depends on BR2_INET_IPV6
  7. help
  8. GNU Classpath, Essential Libraries for Java, is a GNU
  9. project to create free core class libraries for use with
  10. virtual machines and compilers for the java programming
  11. language.
  12. http://classpath.org
  13. comment "classpath needs a toolchain w/ IPv6"
  14. depends on BR2_PACKAGE_JAMVM
  15. depends on !BR2_INET_IPV6