summaryrefslogtreecommitdiff
path: root/package/java
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-11-02 19:21:17 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-11-02 19:21:17 +0000
commitcab350013e00c6daaaa393d72a23e3e244ec761f (patch)
treeb3c569635738282b4acd761c88b3b1b601e9c009 /package/java
parente9bbc076252c03afd232d91f8dbddc714210a466 (diff)
libpng: fix Makefile.autotools.in fallout
libpng used to have the 'png' Makefile alias, which some packages used in their dependencies list. With the move to Makefile.autotools.in this is now gone, so update the packages to match.
Diffstat (limited to 'package/java')
-rw-r--r--package/java/classpath/classpath.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/java/classpath/classpath.mk b/package/java/classpath/classpath.mk
index 02f2fbeb7..76707871b 100644
--- a/package/java/classpath/classpath.mk
+++ b/package/java/classpath/classpath.mk
@@ -53,7 +53,7 @@ CLASSPATH_CONF_OPT = \
--disable-debug \
--disable-gconf-peer --disable-examples --disable-plugin
-CLASSPATH_DEPENDENCIES = uclibc pkgconfig png jpeg tiff
+CLASSPATH_DEPENDENCIES = uclibc pkgconfig libpng jpeg tiff
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
CLASSPATH_DEPENDENCIES+= alsa-lib