summaryrefslogtreecommitdiffstats
path: root/package/libgtk2
diff options
context:
space:
mode:
authorPeter Korsgaard2008-11-02 20:21:17 +0100
committerPeter Korsgaard2008-11-02 20:21:17 +0100
commitcab350013e00c6daaaa393d72a23e3e244ec761f (patch)
treeb3c569635738282b4acd761c88b3b1b601e9c009 /package/libgtk2
parentsyslinux: fix download url (diff)
downloadbuildroot-cab350013e00c6daaaa393d72a23e3e244ec761f.tar.gz
buildroot-cab350013e00c6daaaa393d72a23e3e244ec761f.tar.xz
buildroot-cab350013e00c6daaaa393d72a23e3e244ec761f.zip
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/libgtk2')
-rw-r--r--package/libgtk2/libgtk2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index a0a0ab832..647b00f88 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -111,6 +111,6 @@ else
LIBGTK2_CONF_OPT += --without-x
endif
-LIBGTK2_DEPENDENCIES = uclibc pkgconfig png jpeg tiff $(LIBGTK2_DEPENDENCIES_EXTRA) libglib2 cairo pango atk
+LIBGTK2_DEPENDENCIES = uclibc pkgconfig libpng jpeg tiff $(LIBGTK2_DEPENDENCIES_EXTRA) libglib2 cairo pango atk
$(eval $(call AUTOTARGETS,package,libgtk2))