From 3c4b37d77cbfdb941434e08c9a0955b7e752ee64 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 3 Jul 2011 21:28:48 +0300 Subject: Don't build cairo for Android We might have to reconsider later, but bypass cairo for now. It won't build anyway, as there is no "native" font backend for Android. Sure, we could biuld fontconfig and freetype and pretend that is "native", but let's see for now. --- cairo/pixman/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cairo/pixman') diff --git a/cairo/pixman/makefile.mk b/cairo/pixman/makefile.mk index ee07c2f7f699..58fcda2803bd 100644 --- a/cairo/pixman/makefile.mk +++ b/cairo/pixman/makefile.mk @@ -35,7 +35,7 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE .INCLUDE : settings.mk -.IF "$(SYSTEM_CAIRO)" == "YES" +.IF "$(SYSTEM_CAIRO)" == "YES" || "$(GUIBASE)" == "android" all: @echo "Not building pixman." -- cgit