vcl/CppunitTest_vcl_complextext.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 5cf570d1d46efa66fe4724ba87f47bcd09ea4513
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Nov 6 17:32:56 2017 +0100

    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

diff --git a/vcl/CppunitTest_vcl_complextext.mk 
b/vcl/CppunitTest_vcl_complextext.mk
index 62a0f5b7fc9b..81dc60fe67d7 100644
--- a/vcl/CppunitTest_vcl_complextext.mk
+++ b/vcl/CppunitTest_vcl_complextext.mk
@@ -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 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to