update deps for libzmf

Change-Id: I627b3037d7e2dcecfed496068abf697c3258480d
This commit is contained in:
David Tardon
2016-11-03 13:58:29 +01:00
parent a8aab44d75
commit 5955e7bf5e
2 changed files with 11 additions and 0 deletions

View File

@@ -2665,6 +2665,8 @@ $(call gb_LinkTarget_add_libs,$(1),\
endef
gb_ExternalProject__use_png :=
else # !SYSTEM_LIBPNG
define gb_LinkTarget__use_png
@@ -2679,6 +2681,13 @@ $(call gb_LinkTarget__use_zlib,$(1))
endef
define gb_ExternalProject__use_png
$(call gb_ExternalProject_use_static_libraries,$(1),\
png \
)
endef
endif # !SYSTEM_LIBPNG

View File

@@ -18,7 +18,9 @@ $(eval $(call gb_ExternalProject_register_targets,libzmf,\
$(eval $(call gb_ExternalProject_use_externals,libzmf,\
boost_headers \
icu \
png \
revenge \
zlib \
))
$(call gb_ExternalProject_get_state_target,libzmf,build) :