summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_complextext.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2018-05-10 12:48:13 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2018-05-11 00:16:39 +0200
commita909afbc21e8cdd03a7f27db798f830c76aa91d2 (patch)
tree540641dd83ebf9f51556306022026600e567fb1c /vcl/CppunitTest_vcl_complextext.mk
parente37135d4139f7c614c46fff6f82d519a05f1d9f8 (diff)
Fold CommonSalLayout into GenericSalLayout
Now the crazy constructors of CommonSalLayout are gone, we can merge the two and drop one level of indirection. Change-Id: I166e4ed2c9d22c1ce75246d486f7526c4928f652 Reviewed-on: https://gerrit.libreoffice.org/54077 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/CppunitTest_vcl_complextext.mk')
-rw-r--r--vcl/CppunitTest_vcl_complextext.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/vcl/CppunitTest_vcl_complextext.mk b/vcl/CppunitTest_vcl_complextext.mk
index 81dc60fe67d7..ec4c071c5a9b 100644
--- a/vcl/CppunitTest_vcl_complextext.mk
+++ b/vcl/CppunitTest_vcl_complextext.mk
@@ -19,7 +19,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_complextext, \
vcl/qa/cppunit/complextext \
))
-$(eval $(call gb_CppunitTest_use_externals,vcl_complextext,boost_headers))
+$(eval $(call gb_CppunitTest_use_externals,vcl_complextext,\
+ boost_headers \
+ harfbuzz \
+))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_use_package,vcl_complextext,fonts_dejavu))