summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2023-10-13 14:46:52 +0200
committerAndras Timar <andras.timar@collabora.com>2023-10-13 17:48:10 +0200
commit9bc2aede99017ed0338e97b21b4735919b705b47 (patch)
tree524d21f1400c14bac18bdc396d83dba284319c5e /Repository.mk
parentc4c017d1b8fe30d1ef452782eef71371282deb37 (diff)
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.timar@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk10
1 files changed, 6 insertions, 4 deletions
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 \