summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_fontfeature.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-09-30 15:34:07 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2018-10-01 10:21:27 +0200
commit0685975503fac7609e2d50c6584a75ac20259df5 (patch)
treea446ed8fba2655805da9eb698d08fb3f064c2487 /vcl/CppunitTest_vcl_fontfeature.mk
parentb6429f3e72a705e41e1da6b6402bd7aba12ab11f (diff)
Change all font-based tests to depend on ooo_fonts
Instead of depending on individual font packages. Most didn't depend on fonts at all. Change-Id: I190295bbecb1b44aa34aaf0874afadd35b5daeb4 Reviewed-on: https://gerrit.libreoffice.org/61159 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
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: