summaryrefslogtreecommitdiffstats
path: root/RepositoryModule_host.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-03-05 13:58:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-05 18:31:35 +0100
commitbacb92275c0c474d09146c0409cb547aef6551cf (patch)
treefdda8289ab70c6aec5beddaa9681db18ca5670b4 /RepositoryModule_host.mk
parentMissing include (for free) (diff)
downloadcore-bacb92275c0c474d09146c0409cb547aef6551cf.tar.gz
core-bacb92275c0c474d09146c0409cb547aef6551cf.zip
add dbu to --enable-mergelibs=more
Change-Id: I04e6516c0bd8d4e0c08c93c59f7c5b0aea88b0ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164420 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r--RepositoryModule_host.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 26c97fb0af1a..90a08dc91717 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -230,10 +230,11 @@ $(eval $(call repositorymodule_serialize,\
sc msword \
$(call gb_Helper_optional,DESKTOP,swui) \
sw sd \
- $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
- $(if $(MERGELIBS_MORE),,writerfilter cui) \
+ $(if $(MERGELIBS_MORE),, \
+ $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
+ writerfilter cui) \
$(if $(MERGELIBS), merged, \
- $(if $(MERGELIBS_MORE),writerfilter cui,) chartcontroller chartcore oox svx svxcore xo sfx fwk svt vcl) \
+ chartcontroller chartcore oox svx svxcore xo sfx fwk svt vcl) \
))
endif
endif # !$(DISABLE_DYNLOADING)