RepositoryModule_host.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit fc5108a206d3234faf494653d99f6611affedaf3
Author:     Noel Grandin <[email protected]>
AuthorDate: Tue Mar 5 15:00:00 2024 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Tue Mar 5 20:35:30 2024 +0100

    add sd to --enable-mergelibs=more
    
    Change-Id: I48bb6db4ed53d076c576cca665099f67a780d114
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164425
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 90a08dc91717..93aadc807f15 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -229,8 +229,9 @@ $(eval $(call repositorymodule_serialize,\
        $(call gb_Helper_optional,SCRIPTING,vbaobj) \
        sc msword \
        $(call gb_Helper_optional,DESKTOP,swui) \
-       sw sd \
+       sw \
        $(if $(MERGELIBS_MORE),, \
+               sd \
                $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
                writerfilter cui) \
        $(if $(MERGELIBS), merged, \

Reply via email to