summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-04-05 17:44:04 +0300
committerTor Lillqvist <tml@collabora.com>2019-04-05 18:02:40 +0300
commit33ddc58c7f99b64dd6d3bcaa147f1674d15c449d (patch)
tree89cc4f47f5a50b5e46284226191fe01c2985ba73
parent11590763e270c14dd6e03677a0cf23af9cfc98e2 (diff)
tdf#124360: The cui component is needed in the iOS app
Used at least in the Edit > Edit Style... > Area > Color dialog for the Pick button.. Change-Id: I864ec5918482a2f8ee5c5d80b79eacd6e8fcd88e
-rwxr-xr-xsolenv/bin/native-code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 0c4b8bc68aba..2b2974590ef7 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -64,6 +64,7 @@ core_factory_list = [
("libsvtlo.a", "svt_component_getFactory"),
("libctllo.a", "ctl_component_getFactory"),
("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
+ ("libcuilo.a", "cui_component_getFactory"),
]
core_constructor_list = [