diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-09-30 22:14:48 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-09-30 22:14:48 +0100 |
commit | b530af91cfc0fd5037d23d1b9493b29e1ebcbc9e (patch) | |
tree | 372604c4e1febab871d5cc2dbe633f74746915f3 | |
parent | 3d86ed49d5278568eef6441c71fcd4001edae392 (diff) |
Add libanimcore to factory list.
This helps various .ppt and .pptx files.
Change-Id: Ib53fed6083b369d3421eab082bda0e31d1f3847a
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 28bbf2b34937..a8f8a3047833 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -142,6 +142,7 @@ calc_constructor_list = [ ] draw_factory_list = [ + ("libanimcorelo.a", "animcore_component_getFactory"), ("libsddlo.a", "sdd_component_getFactory"), ("libsdlo.a", "sd_component_getFactory"), ("libsvgfilterlo.a", "svgfilter_component_getFactory"), |