diff options
Diffstat (limited to 'package/java/classpath/classpath.mk')
-rw-r--r-- | package/java/classpath/classpath.mk | 2 |
1 files changed, 1 insertions, 1 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 |