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
This commit is contained in:
parent
1939c8c89b
commit
cc8e169d6c
1 changed files with 4 additions and 1 deletions
|
@ -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_external,liborcus,boost_headers))
|
||||
$(eval $(call gb_ExternalProject_use_externals,liborcus, \
|
||||
boost_headers \
|
||||
zlib \
|
||||
))
|
||||
|
||||
$(eval $(call gb_ExternalProject_register_targets,liborcus,\
|
||||
build \
|
||||
|
|
Loading…
Reference in a new issue