[Libreoffice-commits] core.git: sc/CppunitTest_sc_subsequent_export_test.mk sc/CppunitTest_sc_subsequent_filters_test.mk

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Jul 19 09:16:44 PDT 2014


 sc/CppunitTest_sc_subsequent_export_test.mk  |    1 +
 sc/CppunitTest_sc_subsequent_filters_test.mk |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 0e8da0b963e1898b0eebde4d37b9c18e17cd301c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Jul 19 18:15:23 2014 +0200

    these tests need libxml2 now for the headers
    
    Change-Id: I2b9ebe2d5df5b4c70094435207cf752933d66599

diff --git a/sc/CppunitTest_sc_subsequent_export_test.mk b/sc/CppunitTest_sc_subsequent_export_test.mk
index 7104722..3316beb 100644
--- a/sc/CppunitTest_sc_subsequent_export_test.mk
+++ b/sc/CppunitTest_sc_subsequent_export_test.mk
@@ -18,6 +18,7 @@ $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_export_test, \
 	mdds_headers \
 	orcus \
 	orcus-parser \
+	libxml2 \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_export_test, \
diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
index 62f5d01..d56fd20 100644
--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
+++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
@@ -18,6 +18,7 @@ $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_filters_test, \
 	mdds_headers \
 	orcus \
 	orcus-parser \
+	libxml2 \
 ))
 
 $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_filters_test, \


More information about the Libreoffice-commits mailing list