mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user