summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-11-06 17:32:56 +0100
committerMichael Stahl <mstahl@redhat.com>2017-11-06 17:37:23 +0100
commit5cf570d1d46efa66fe4724ba87f47bcd09ea4513 (patch)
tree00d2d6b1dda5ca050b1bdb4f31311c8aabdf3203 /vcl
parent42b21bf33c9bbde832b931dacc31216f127289da (diff)
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
Diffstat (limited to 'vcl')
-rw-r--r--vcl/CppunitTest_vcl_complextext.mk4
1 files changed, 4 insertions, 0 deletions
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 \