Kaydet (Commit) 5cf570d1 authored tarafından Michael Stahl's avatar Michael Stahl

vcl: CppunitTest_vcl_complextext requires DejaVu fonts

The TEST_FONTS_MISSING is already handling the --without-fonts case,
but if we build fonts we need a dependency.

Change-Id: I5164fc5c5974bbce7481b0b1ef4d6013eb9c0a11
üst 42b21bf3
......@@ -21,6 +21,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_complextext, \
$(eval $(call gb_CppunitTest_use_externals,vcl_complextext,boost_headers))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_use_package,vcl_complextext,fonts_dejavu))
endif
$(eval $(call gb_CppunitTest_use_libraries,vcl_complextext, \
comphelper \
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