From cab350013e00c6daaaa393d72a23e3e244ec761f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 2 Nov 2008 19:21:17 +0000 Subject: 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. --- package/java/classpath/classpath.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/java/classpath/classpath.mk') 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 -- cgit v1.2.3