[Libreoffice-commits] .: sc/CppunitTest_sc_chart_regression_test.mk
René Engelhard
rene at kemper.freedesktop.org
Thu May 3 00:15:17 PDT 2012
sc/CppunitTest_sc_chart_regression_test.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ee7628aeebd21d672dd9a32672f802849da2d2f8
Author: Rene Engelhard <rene at debian.org>
Date: Thu May 3 09:13:35 2012 +0200
fix sc_chart_regression_test build with system-libxml2
Change-Id: I52a377835559a1577d5d6139d5a1443753396f5c
diff --git a/sc/CppunitTest_sc_chart_regression_test.mk b/sc/CppunitTest_sc_chart_regression_test.mk
index 603c2d9..63778cf 100644
--- a/sc/CppunitTest_sc_chart_regression_test.mk
+++ b/sc/CppunitTest_sc_chart_regression_test.mk
@@ -134,6 +134,8 @@ $(eval $(call gb_CppunitTest_use_extra_configuration,sc_chart_regression_test,\
$(OUTDIR)/unittest/registry \
))
+$(eval $(call gb_CppunitTest_use_external,sc_chart_regression_test,libxml2))
+
# we need to
# - explicitly depend on the sc resource files needed at unit-test runtime
$(call gb_CppunitTest_get_target,sc_chart_regression_test) : \
More information about the Libreoffice-commits
mailing list