diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-07-03 21:14:43 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-07-03 23:30:45 +0200 |
commit | 4dcfaad008efe2a564092b23427af105b671a474 (patch) | |
tree | 80d2f7255a411d5e714ecc93d3c8bb7cb9c7fe1a /vcl | |
parent | fdfa511eda8724e44aa934676c7c6d9c340594a8 (diff) |
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@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/CppunitTest_vcl_fontfeature.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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, \ |