summaryrefslogtreecommitdiff
path: root/solenv
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 17:49:30 +0300
commit67c9a2e95551f8432612fa6cb7e93f9dece120c3 (patch)
tree75e3c95829fba82c88104be99ef187da7b75925b /solenv
parentaf47db753ff12158466a7737d4ae65018ff0a955 (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
Diffstat (limited to 'solenv')
-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 bc84b9d6cf42..c953d4733bcb 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -66,6 +66,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 = [