Kaydet (Commit) 3c716b66 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

FontFeatureTest - adding the dependency for "Libertine G" font

Change-Id: I2b74c7b074f59df41a20b7c58b3719cb6724c5ef
Reviewed-on: https://gerrit.libreoffice.org/56227
Tested-by: Jenkins
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 6417e8cd
...@@ -20,6 +20,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_fontfeature, \ ...@@ -20,6 +20,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_fontfeature, \
$(eval $(call gb_CppunitTest_use_externals,vcl_fontfeature,boost_headers)) $(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, \ $(eval $(call gb_CppunitTest_use_libraries,vcl_fontfeature, \
comphelper \ comphelper \
cppu \ cppu \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment