[Libreoffice-commits] .: cairo/cairo

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jul 14 12:01:23 PDT 2011


 cairo/cairo/makefile.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 63c96da1938a811c1ef3a5f5dea5d67a5b9c1013
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Jul 14 22:00:05 2011 +0300

    We want cairo-quartz.h for iOS, not the X ones

diff --git a/cairo/cairo/makefile.mk b/cairo/cairo/makefile.mk
index 9af005b..3f411aa 100644
--- a/cairo/cairo/makefile.mk
+++ b/cairo/cairo/makefile.mk
@@ -176,9 +176,13 @@ BUILD_ACTION=$(GNUMAKE)
 BUILD_FLAGS+= -j$(EXTMAXPROCESS)
 BUILD_DIR=$(CONFIGURE_DIR)
 
+.IF "$(OS)" == "IOS"
+OUT2INC+=src$/cairo-quartz.h
+.ELSE
 OUT2INC+=src$/cairo-xlib.h \
      src$/cairo-xlib-xrender.h \
      src$/cairo-ft.h
+.ENDIF
 
 .ENDIF
 


More information about the Libreoffice-commits mailing list