[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_fontfeature.mk
Tomaž Vajngerl
tomaz.vajngerl at collabora.co.uk
Thu Jun 21 14:38:36 UTC 2018
vcl/CppunitTest_vcl_fontfeature.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 3c716b6678bd798effb46c53c33194d14665e2be
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date: Thu Jun 21 11:22:02 2018 +0200
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 at gmail.com>
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 \
More information about the Libreoffice-commits
mailing list