diff options
Diffstat (limited to 'package/java')
-rw-r--r-- | package/java/classpath/classpath.mk | 2 | ||||
-rw-r--r-- | package/java/jamvm/jamvm.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/java/classpath/classpath.mk b/package/java/classpath/classpath.mk index 9e1905f00..49728f4c9 100644 --- a/package/java/classpath/classpath.mk +++ b/package/java/classpath/classpath.mk @@ -54,7 +54,7 @@ CLASSPATH_CONF_OPT = \ --disable-gconf-peer --disable-examples --disable-plugin \ --disable-Werror -CLASSPATH_DEPENDENCIES = uclibc host-pkgconfig libpng jpeg +CLASSPATH_DEPENDENCIES = host-pkgconfig libpng jpeg ifeq ($(BR2_PACKAGE_ALSA_LIB),y) CLASSPATH_DEPENDENCIES+= alsa-lib diff --git a/package/java/jamvm/jamvm.mk b/package/java/jamvm/jamvm.mk index 00c413cab..bd66e42b2 100644 --- a/package/java/jamvm/jamvm.mk +++ b/package/java/jamvm/jamvm.mk @@ -49,7 +49,7 @@ JAMVM_CONF_OPT = \ --disable-debug --with-classpath-install-dir=/usr -JAMVM_DEPENDENCIES = uclibc host-pkgconfig classpath +JAMVM_DEPENDENCIES = host-pkgconfig classpath #Include X libraries when we have an X server ifeq ($(BR2_PACKAGE_XORG7),y) |