summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-17 13:13:11 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-19 10:14:53 +0100
commita9e130ab82f3216334e432e9d6ee19a600b6c287 (patch)
treee36f219b5e5b854335657dc57410bb401b9e3ec1 /Repository.mk
parentd899f976ee0f4d1058f1adc94853df94a3c6eaea (diff)
sal: convert to gbuild
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