summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_layoutwriter.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/CppunitTest_sw_layoutwriter.mk')
-rw-r--r--sw/CppunitTest_sw_layoutwriter.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/CppunitTest_sw_layoutwriter.mk b/sw/CppunitTest_sw_layoutwriter.mk
index e5f5a180920e..b10f624259f4 100644
--- a/sw/CppunitTest_sw_layoutwriter.mk
+++ b/sw/CppunitTest_sw_layoutwriter.mk
@@ -68,9 +68,6 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_layoutwriter, \
$(call gb_CppunitTest_get_target,sw_layoutwriter): \
$(call gb_Library_get_target,textconv_dict)
-ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
-$(call gb_CppunitTest_get_target,sw_layoutwriter): \
- $(call gb_ExternalPackage_get_target,fonts_liberation)
-endif
+$(eval $(call gb_CppunitTest_use_more_fonts,sw_layoutwriter))
# vim: set noet sw=4 ts=4: