Kaydet (Commit) 35d5eeff authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Try this crack then instead: explioitly build freetype first for Android

Change-Id: Ia7674bb1849ef870e540412fd496b2eaddfc09c5
üst 36a3b74d
...@@ -410,6 +410,10 @@ endif ...@@ -410,6 +410,10 @@ endif
ifeq ($(DISABLE_DBCONNECTIVITY),TRUE) ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)
# Ditto for dbconnectivity in the --disable-database-connectivity case # 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 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 endif
cd packimages && unset MAKEFLAGS && \ cd packimages && unset MAKEFLAGS && \
$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \ $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment