Repository.mk |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 4c3c65fab34b3967282c35f9da82a5db0050984f
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Fri Oct 13 14:46:52 2023 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Fri Oct 13 17:47:23 2023 +0200

    Related: tdf#101970 Add missing bits for --without-template flag
    
    Package creation have failed with "--without-template".
    
    Change-Id: I0f6fb4abef8d9500b2901ee58f2c52699f7b4ea3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157953
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/Repository.mk b/Repository.mk
index e234b1bdeb85..93ed5ea91aa4 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -962,11 +962,13 @@ $(eval $(call 
gb_Helper_register_packages_for_install,ooo,\
        extras_persona_pink \
        extras_persona_sand \
        extras_persona_white \
-       extras_templates \
-       extras_tplpresnt \
-       extras_tplwizbitmap \
        extras_tplwizdesktop \
-       extras_tplwizard \
+       $(if $(WITH_TEMPLATES),\
+               extras_templates \
+               extras_tplpresnt \
+               extras_tplwizbitmap \
+               extras_tplwizard \
+       ) \
        framework_dtd \
        $(if $(filter $(OS),MACOSX),infoplist) \
        oox_customshapes \

Reply via email to