]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/classpath/Config.in
classpath: Use generic check for host program
[coffee/buildroot.git] / package / classpath / Config.in
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
13           http://classpath.org
14
15 comment "classpath needs a toolchain w/ IPv6"
16         depends on BR2_PACKAGE_JAMVM
17         depends on !BR2_INET_IPV6