diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-06-21 11:22:02 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-06-21 16:38:11 +0200 |
commit | 3c716b6678bd798effb46c53c33194d14665e2be (patch) | |
tree | 0c0b6dfba7f7fada20613fbc055556247bfcbb5e /vcl | |
parent | 6417e8cda329116f0d61e0d5e55fa78207b6148c (diff) |
FontFeatureTest - adding the dependency for "Libertine G" font
Change-Id: I2b74c7b074f59df41a20b7c58b3719cb6724c5ef
Reviewed-on: https://gerrit.libreoffice.org/56227
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/CppunitTest_vcl_fontfeature.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_fontfeature.mk b/vcl/CppunitTest_vcl_fontfeature.mk index bb3b97106de1..86486b05e82f 100644 --- a/vcl/CppunitTest_vcl_fontfeature.mk +++ b/vcl/CppunitTest_vcl_fontfeature.mk @@ -20,6 +20,10 @@ $(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)) +endif + $(eval $(call gb_CppunitTest_use_libraries,vcl_fontfeature, \ comphelper \ cppu \ |