summaryrefslogtreecommitdiff
path: root/cairo/cairo
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-05 23:11:57 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-05 23:11:57 +0300
commit16d420b1ccb27bb254d75d77dd2bcc82b6dc84a2 (patch)
treedca37aa50ff5e6ad0220d0185f18240b73486217 /cairo/cairo
parent3c4b37d77cbfdb941434e08c9a0955b7e752ee64 (diff)
Do build the cairo "quartz" surface for iOS, too
No ATSUI font stuff on iOS. But otherwise there isn't really anything MacOSX specific there. The code builds against the iOS SDK, too.
Diffstat (limited to 'cairo/cairo')
-rw-r--r--cairo/cairo/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/cairo/makefile.mk b/cairo/cairo/makefile.mk
index f62c44971ada..9af005b47f32 100644
--- a/cairo/cairo/makefile.mk
+++ b/cairo/cairo/makefile.mk
@@ -155,7 +155,7 @@ CONFIGURE_ACTION=.$/configure
.ENDIF
.IF "$(OS)"=="IOS"
-CONFIGURE_FLAGS=--disable-shared --disable-xlib --disable-quartz --enable-quartz-font=yes
+CONFIGURE_FLAGS=--disable-shared --disable-xlib --enable-quartz --enable-quartz-font
.ELSE
CONFIGURE_FLAGS=--disable-static --enable-xlib
.ENDIF