[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist tml at collabora.com
Thu Mar 12 01:11:52 PDT 2015


 solenv/bin/native-code.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c4cfb4f4da3cdd318d52d6fca9f7d99c005e2bfe
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Mar 12 10:06:12 2015 +0200

    Fix iOS build: There is no canvasfactory_component_getFactory any more
    
    Change-Id: Idcdebf7ae7f38a11672eae441af981d385b392c0

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 2350e47..04c06bd 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -56,7 +56,6 @@ core_factory_list = [
     ("libxolo.a", "xo_component_getFactory"),
     ("libxsec_xmlsec.a", "xsec_xmlsec_component_getFactory", "#ifndef ANDROID"),
     ("libxstor.a", "xstor_component_getFactory"),
-    ("libcanvasfactorylo.a", "canvasfactory_component_getFactory"),
     ("libvbaeventslo.a", "vbaevents_component_getFactory", "#if HAVE_FEATURE_SCRIPTING"),
     ("libvclcanvaslo.a", "vclcanvas_component_getFactory"),
     ("libmtfrendererlo.a", "mtfrenderer_component_getFactory"),


More information about the Libreoffice-commits mailing list