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

New commits:
commit 9bc2aede99017ed0338e97b21b4735919b705b47
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:48:10 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/+/157936
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Jenkins

diff --git a/Repository.mk b/Repository.mk
index 4d0e424f3314..f2d560b4cad3 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -963,11 +963,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