summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 15eaeaaaf009..8447c5b0017b 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -257,6 +257,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
endif
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
+ sal_textenc \
xmlreader \
))
@@ -294,6 +295,12 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
xsec_fw \
xsec_xmlsec \
xstor \
+ $(if $(filter $(OS),ANDROID), \
+ lo-bootstrap \
+ ) \
+ $(if $(filter $(OS),WNT), \
+ uwinapi \
+ ) \
))
ifeq ($(OS),WNT)
@@ -308,7 +315,6 @@ endif
ifeq ($(OS),IOS)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
gcc3_uno \
- sal_textenc \
))
endif