[Libreoffice-commits] .: Repository.mk

Tor Lillqvist tml at kemper.freedesktop.org
Tue Aug 2 15:14:28 PDT 2011


 Repository.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 4e644876e8c45c20a2295f0a3c0bf7136f081d3b
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Aug 3 01:10:06 2011 +0300

    Add the sal_textenc library for iOS

diff --git a/Repository.mk b/Repository.mk
index 1b651b4..590fd7f 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -153,6 +153,11 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
     fileacc \
 ))
 
+ifeq ($(OS),IOS)
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+    sal_textenc \
+))
+endif
 
 $(eval $(call gb_Helper_register_libraries,RTLIBS, \
     comphelper \


More information about the Libreoffice-commits mailing list