[Libreoffice-commits] core.git: Repository.mk

David Tardon dtardon at redhat.com
Mon Dec 19 13:34:56 UTC 2016


 Repository.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 07cb7687f47b2dd85db262604b3d4d47b91135d3
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Dec 19 14:32:50 2016 +0100

    a blind attempt to fix android build
    
    Change-Id: I025847785cef1cad9190861410a284c848744dce

diff --git a/Repository.mk b/Repository.mk
index ee6bac4..0695dae 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -1069,7 +1069,7 @@ $(eval $(call gb_Helper_register_resources,\
 	vcl \
 	writerperfect \
 	wzi \
-	xmlsec \
+	$(if $(filter-out ANDROID IOS,$(OS)),xmlsec) \
 	xsltdlg \
 ))
 
@@ -1116,7 +1116,7 @@ $(eval $(call gb_Helper_register_uiconfigs,\
 	uui \
 	vcl \
 	writerperfect \
-	xmlsec \
+	$(if $(filter-out ANDROID IOS,$(OS)),xmlsec) \
 ))
 
 ifeq ($(gb_GBUILDSELFTEST),t)


More information about the Libreoffice-commits mailing list