summaryrefslogtreecommitdiffstats
path: root/cairo/pixman
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-03 21:28:48 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-03 21:28:54 +0300
commit3c4b37d77cbfdb941434e08c9a0955b7e752ee64 (patch)
tree528aceeaf1b19df721984d0c6a65586b4341160c /cairo/pixman
parentMove an iOS-specific hunk to the iOS-specific patch file (diff)
downloadcore-3c4b37d77cbfdb941434e08c9a0955b7e752ee64.tar.gz
core-3c4b37d77cbfdb941434e08c9a0955b7e752ee64.zip
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.
Diffstat (limited to 'cairo/pixman')
-rw-r--r--cairo/pixman/makefile.mk2
1 files changed, 1 insertions, 1 deletions
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."