[Libreoffice-commits] .: Makefile.top

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 6 14:13:22 PST 2012


 Makefile.top |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 35d5eeff13ae7ed91c27f05b8d8411039ac43d64
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 7 00:12:51 2012 +0200

    Try this crack then instead: explioitly build freetype first for Android
    
    Change-Id: Ia7674bb1849ef870e540412fd496b2eaddfc09c5

diff --git a/Makefile.top b/Makefile.top
index 1a56a3a..bab03ff 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -411,6 +411,10 @@ ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)
 # Ditto for dbconnectivity in the --disable-database-connectivity case
 	cd connectivity && sed -e 's/^\(export [A-Z0-9_]*=\)\(.*\)$$/\1"\2"/' <../config_host.mk >conftmp.sh && . conftmp.sh && rm conftmp.sh && $(SOLARENV)/bin/deliver.pl
 endif
+ifeq ($(OS),ANDROID)
+# Cairo needs freetype
+	cd freetype && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)
+endif
 	cd packimages && unset MAKEFLAGS && \
 		$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \
 		$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)


More information about the Libreoffice-commits mailing list