diff options
Diffstat (limited to 'package/classpath/classpath.mk')
-rw-r--r-- | package/classpath/classpath.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/classpath/classpath.mk b/package/classpath/classpath.mk index 3825c76daf..97b7f0deda 100644 --- a/package/classpath/classpath.mk +++ b/package/classpath/classpath.mk @@ -4,21 +4,20 @@ # ################################################################################ -CLASSPATH_VERSION = 0.98 +CLASSPATH_VERSION = 0.99 CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath CLASSPATH_CONF_OPTS = \ --disable-examples \ - --disable-plugin \ --disable-rpath \ --disable-Werror \ --disable-gconf-peer \ - --disable-tools + --disable-gjdoc + --enable-tools # classpath assumes qt runs on top of X11, but we # don't support qt4 on X11 CLASSPATH_CONF_OPTS += --disable-qt-peer CLASSPATH_DEPENDENCIES = host-pkgconf -CLASSPATH_AUTORECONF = YES CLASSPATH_LICENSE = GPLv2+ with exception CLASSPATH_LICENSE_FILES = COPYING |