summaryrefslogtreecommitdiff
path: root/RepositoryModule_build.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-05-16 09:17:57 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-05-16 12:44:20 +0200
commitbae52ee3ef48d58deb6d7ff312b3f3db20c9c0f2 (patch)
tree72e55ea9cd66c111659d722415604c9d35d19724 /RepositoryModule_build.mk
parentc7b883498cb47a7d2a330057dbcd7f74f87a0184 (diff)
fix cross-compilation of Galleries
- RepositoryModule_build: add modules necessary to build gengal and libraries used at run-time - add dependencies to gb_Executable__register_gengal.bin - use gb_Helper_OUTDIR_FOR_BUILDLIBDIR Change-Id: I4a88c1786b1ee2ee2b75b1a5dd75009ef70ed353
Diffstat (limited to 'RepositoryModule_build.mk')
-rw-r--r--RepositoryModule_build.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/RepositoryModule_build.mk b/RepositoryModule_build.mk
index 9c24acd21aee..b69d4b48b042 100644
--- a/RepositoryModule_build.mk
+++ b/RepositoryModule_build.mk
@@ -63,6 +63,35 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\
$(call gb_Helper_optional,CLUCENE,clucene) \
$(call gb_Helper_optional,CPPUNIT,cppunit) \
$(call gb_Helper_optional_for_host,DESKTOP, \
+ $(if $(filter YES,$(WITH_GALLERY_BUILD)), \
+ avmedia \
+ basebmp \
+ basic \
+ canvas \
+ configmgr \
+ cppcanvas \
+ drawinglayer \
+ editeng \
+ fileaccess \
+ framework \
+ harfbuzz \
+ lcms2 \
+ linguistic \
+ nss \
+ package \
+ sfx2 \
+ sot \
+ svl \
+ svtools \
+ svx \
+ toolkit \
+ ucb \
+ unoxml \
+ vcl \
+ $(call gb_Helper_optional,VIGRA,vigra) \
+ xmloff \
+ xmlscript \
+ ) \
helpcompiler \
xmlhelp \
) \