[Libreoffice-commits] .: sc/CppunitTest_sc_subsequent_filters_test.mk

Tor Lillqvist tml at kemper.freedesktop.org
Mon Mar 26 23:49:10 PDT 2012


 sc/CppunitTest_sc_subsequent_filters_test.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 31d0dcfa76cc89afb214304dae556226f490421f
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Mar 27 09:42:41 2012 +0300

    qahelper.hxx's loadFile() needs liblo-bootstrap on Android

diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
index 7cf779f..bc79f90 100644
--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
+++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
@@ -63,6 +63,9 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_subsequent_filters_test, \
     utl \
     vcl \
     xo \
+	$(if $(filter $(OS),ANDROID), \
+		lo-bootstrap \
+	) \
 	$(gb_STDLIBS) \
 ))
 


More information about the Libreoffice-commits mailing list