[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_fontfeature.mk

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Tue Jul 3 21:31:09 UTC 2018


 vcl/CppunitTest_vcl_fontfeature.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4dcfaad008efe2a564092b23427af105b671a474
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date:   Tue Jul 3 21:14:43 2018 +0200

    vcl: fontfeature test, decalre fonts the same was as in sw tests
    
    Change-Id: If1b3e658c30d1ae0e254ed7d8035d107bd2892f7
    Reviewed-on: https://gerrit.libreoffice.org/56900
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/vcl/CppunitTest_vcl_fontfeature.mk b/vcl/CppunitTest_vcl_fontfeature.mk
index 86486b05e82f..d54126a42d33 100644
--- a/vcl/CppunitTest_vcl_fontfeature.mk
+++ b/vcl/CppunitTest_vcl_fontfeature.mk
@@ -21,7 +21,8 @@ $(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)),)
-$(eval $(call gb_CppunitTest_use_package,vcl_fontfeature,fonts_libertineg))
+$(call gb_CppunitTest_get_target,vcl_fontfeature): \
+    $(call gb_ExternalPackage_get_target,fonts_libertineg)
 endif
 
 $(eval $(call gb_CppunitTest_use_libraries,vcl_fontfeature, \


More information about the Libreoffice-commits mailing list