summaryrefslogtreecommitdiff
path: root/Module_cross_tail_build.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-11-18 14:28:42 +0100
committerDavid Tardon <dtardon@redhat.com>2012-11-18 14:53:12 +0100
commit1444a0de4414a6d01a8c23986f58229361c57f84 (patch)
treeba6de1a016b377e818cbb70336724b47174e248f /Module_cross_tail_build.mk
parent133fa98bad1b897f70ef3b99eaa11fbc8f5ed433 (diff)
add more modules to cross_tail_build
Change-Id: Iaae38e666f5d5f9746065111a22a58187970554b
Diffstat (limited to 'Module_cross_tail_build.mk')
-rw-r--r--Module_cross_tail_build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk
index faf594e08d3d..de8bc75230df 100644
--- a/Module_cross_tail_build.mk
+++ b/Module_cross_tail_build.mk
@@ -31,6 +31,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
autodoc \
basegfx \
binaryurp \
+ $(call gb_Helper_optional,BOOST,boost) \
bridges \
cli_ure \
$(call gb_Helper_optional,CLUCENE,clucene) \
@@ -50,6 +51,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
jvmaccess \
jvmfwk \
$(call gb_Helper_optional,DESKTOP,l10ntools) \
+ $(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
o3tl \
offapi \
officecfg \
@@ -77,6 +79,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
ure \
xmlhelp \
xmlreader \
+ $(call gb_Helper_optional,ZLIB,zlib) \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: