Kaydet (Commit) cc8e169d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

liborcus depends on zlib

...at least unless configured --without-gnumeric-filter, see its configure.ac:
"The gnumeric import filter depends on zLib."

Change-Id: Ied3fb0119978ed484c5e0668cd6a949b448e1ee0
üst 1939c8c8
...@@ -13,7 +13,10 @@ $(eval $(call gb_ExternalProject_use_unpacked,liborcus,orcus)) ...@@ -13,7 +13,10 @@ $(eval $(call gb_ExternalProject_use_unpacked,liborcus,orcus))
$(eval $(call gb_ExternalProject_use_autoconf,liborcus,build)) $(eval $(call gb_ExternalProject_use_autoconf,liborcus,build))
$(eval $(call gb_ExternalProject_use_external,liborcus,boost_headers)) $(eval $(call gb_ExternalProject_use_externals,liborcus, \
boost_headers \
zlib \
))
$(eval $(call gb_ExternalProject_register_targets,liborcus,\ $(eval $(call gb_ExternalProject_register_targets,liborcus,\
build \ build \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment