summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_txtexport.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-11-24 16:39:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-11-24 19:01:18 +0100
commitde4e5ab60ceebd285b98adacc886a15e8f83ecb8 (patch)
tree41395cf774ba6df90c999bb8ea5b2ab8786c5a36 /sw/CppunitTest_sw_txtexport.mk
parentb5bc39f84984fd1063865225209d905bea19833d (diff)
sw: fix --without-fonts build
See <https://lists.freedesktop.org/archives/libreoffice/2023-November/091236.html>, those builds were using system fonts intentionally, leave that setup unchanged. Change-Id: Ie5b754743c2f4a97e85dbd9e24e4b6a1047cc5aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159933 Reviewed-by: Dan Horák <dan@danny.cz> Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_txtexport.mk')
-rw-r--r--sw/CppunitTest_sw_txtexport.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_txtexport.mk b/sw/CppunitTest_sw_txtexport.mk
index c0e716a9ccdc..8f6c0b469e0f 100644
--- a/sw/CppunitTest_sw_txtexport.mk
+++ b/sw/CppunitTest_sw_txtexport.mk
@@ -61,6 +61,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_txtexport,services))
$(eval $(call gb_CppunitTest_use_configuration,sw_txtexport))
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_txtexport,abort))
+endif
# vim: set noet sw=4 ts=4: