summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2023-10-05 18:21:48 +0200
committerAndras Timar <andras.timar@collabora.com>2023-10-05 21:37:09 +0200
commitf3a0550b1dd0914e8cbc026a90e10ee3ae2dc8e3 (patch)
treed9d27112a00012fb9f3c864d26f1a94f30190f00 /config_host.mk.in
parent74410e57bda7ec355e92ced5c21c956f83a0f6b7 (diff)
tdf#101970 Introduce config option for building with or
without the not necessary template files. The default is building with all templates, otherwise we can use: --with-templates=no/yes --with-templates -->yes --without-templates -->no Change-Id: I13f5b411057254771ad4021aa9521c153702af16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157600 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index f4e6841b22d6..c8990ddab3ae 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -737,6 +737,7 @@ export WITH_EXTENSION_INTEGRATION=@WITH_EXTENSION_INTEGRATION@
export WITH_EXTRA_EXTENSIONS=@WITH_EXTRA_EXTENSIONS@
export WITH_FONTS=@WITH_FONTS@
export WITH_GALLERY_BUILD=@WITH_GALLERY_BUILD@
+export WITH_TEMPLATES=@WITH_TEMPLATES@
export WITH_GSSAPI=@WITH_GSSAPI@
export WITH_KRB5=@WITH_KRB5@
export WITH_LINKER_HASH_STYLE=@WITH_LINKER_HASH_STYLE@