summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_fontfeature.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/CppunitTest_vcl_fontfeature.mk')
-rw-r--r--vcl/CppunitTest_vcl_fontfeature.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/CppunitTest_vcl_fontfeature.mk b/vcl/CppunitTest_vcl_fontfeature.mk
index d54126a42d33..07a1b319e2da 100644
--- a/vcl/CppunitTest_vcl_fontfeature.mk
+++ b/vcl/CppunitTest_vcl_fontfeature.mk
@@ -20,11 +20,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_fontfeature, \
$(eval $(call gb_CppunitTest_use_externals,vcl_fontfeature,boost_headers))
-ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
-$(call gb_CppunitTest_get_target,vcl_fontfeature): \
- $(call gb_ExternalPackage_get_target,fonts_libertineg)
-endif
-
$(eval $(call gb_CppunitTest_use_libraries,vcl_fontfeature, \
comphelper \
cppu \
@@ -51,4 +46,6 @@ $(eval $(call gb_CppunitTest_use_components,vcl_fontfeature,\
$(eval $(call gb_CppunitTest_use_configuration,vcl_fontfeature))
+$(eval $(call gb_CppunitTest_use_more_fonts,vcl_fontfeature))
+
# vim: set noet sw=4 ts=4: