summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-11-22 17:20:57 -0200
committerDavid Tardon <dtardon@redhat.com>2013-11-24 15:09:07 -0600
commit24426c98a8c5ac410872df5a2b8e509f080365f8 (patch)
tree6e8a0430a15c4a1ef04e1882e5fdcff36ce378ee /Repository.mk
parent288be67406110dc5e0f957d79fcf775076ee513c (diff)
fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
Change-Id: I0de4b88eb076e53792aa6d16092dcbcbb548246c Reviewed-on: https://gerrit.libreoffice.org/6763 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk20
1 files changed, 12 insertions, 8 deletions
diff --git a/Repository.mk b/Repository.mk
index a4aeca07857e..a35da3784598 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -307,6 +307,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
odbcbase \
odfflatxml \
offacc \
+ oox \
passwordcontainer \
pcr \
$(if $(ENABLE_NPAPI_FROM_BROWSER),pl) \
@@ -325,6 +326,9 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
simplecanvas \
slideshow \
sot \
+ $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
+ $(if $(ENABLE_HEADLESS),,spa) \
+ ) \
spell \
$(if $(ENABLE_HEADLESS),,spl) \
$(if $(DISABLE_SCRIPTING),,stringresource) \
@@ -354,7 +358,13 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
$(if $(DISABLE_SCRIPTING),,vbahelper) \
vcl \
vclcanvas \
- $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))),vclplug_gen) \
+ $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
+ vclplug_gen \
+ $(if $(ENABLE_TDE),vclplug_tde) \
+ $(if $(ENABLE_KDE),vclplug_kde) \
+ $(if $(ENABLE_KDE4),vclplug_kde4) \
+ $(if $(ENABLE_HEADLESS),,vclplug_svp) \
+ ) \
xmlscript \
xmlfa \
xmlfd \
@@ -406,7 +416,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
basebmp \
) \
communi \
- oox \
ooxml \
sdbc \
avmediaQuickTime \
@@ -415,12 +424,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
rptui \
rptxml \
simplecm \
- spa \
sts \
- vclplug_tde \
- vclplug_kde \
- vclplug_kde4 \
- vclplug_svp \
))
ifneq (,$(filter ANDROID IOS,$(OS)))
@@ -522,6 +526,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
) \
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
package2 \
+ $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))),recentfile) \
$(if $(DISABLE_SCRIPTING),,scriptframe) \
sdbc2 \
sofficeapp \
@@ -561,7 +566,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
pyuno \
pyuno_wrapper \
- recentfile \
ucpdav1 \
xsec_xmlsec \
$(if $(filter $(OS),ANDROID), \