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>
This commit is contained in:
parent
b5bc39f849
commit
de4e5ab60c
4 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -61,6 +61,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_txtimport,services))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_configuration,sw_txtimport))
|
||||
|
||||
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
|
||||
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_txtimport,abort))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -108,6 +108,8 @@ $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
|
||||
|
||||
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
|
||||
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uwriter,abort))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -69,6 +69,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_xhtmlexport, \
|
|||
svx \
|
||||
))
|
||||
|
||||
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
|
||||
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_xhtmlexport,abort))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue