summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Module_cross_tail_build.mk4
-rw-r--r--Module_tail_build.mk13
2 files changed, 11 insertions, 6 deletions
diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk
index 2df5cb5fed7a..61b5145d83bc 100644
--- a/Module_cross_tail_build.mk
+++ b/Module_cross_tail_build.mk
@@ -43,6 +43,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
cosv \
cppu \
cppuhelper \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)),\
+ helpcompiler \
+ ) \
i18npool \
i18nutil \
idl \
@@ -54,7 +57,6 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
jvmfwk \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
l10ntools \
- helpcompiler \
) \
o3tl \
offapi \
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 693455ef3b12..aed96a2db9fe 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -43,12 +43,12 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
canvas \
chart2 \
cli_ure \
- $(if $(filter DESKTOP,$(BUILD_TYPE)),\
- codemaker \
- ) \
$(if $(filter CLUCENE,$(BUILD_TYPE)),\
clucene \
) \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)),\
+ codemaker \
+ ) \
comphelper \
configmgr \
connectivity \
@@ -77,6 +77,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
formula \
fpicker \
framework \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+ helpcompiler \
+ ) \
$(if $(filter HSQLDB,$(BUILD_TYPE)),\
hsqldb \
) \
@@ -201,8 +204,8 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
) \
xmerge \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
- helpcompiler \
- xmlhelp) \
+ xmlhelp \
+ ) \
xmloff \
xmlreader \
xmlscript \