Make rust-png depend on libpng

Fixes #1014.
This commit is contained in:
Keegan McAllister 2013-10-11 16:37:36 -07:00
parent 346591e41a
commit e0fc4d252e

View file

@ -105,6 +105,10 @@ DEPS_libcss += \
libparserutils \
$(NULL)
DEPS_rust-png += \
libpng \
$(NULL)
# Platform-specific dependencies
ifeq ($(CFG_OSTYPE),apple-darwin)
DEPS_rust-azure += \