summaryrefslogtreecommitdiff
path: root/cairo
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-20 09:58:07 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-20 09:58:07 +0100
commit275e6c62917bffe65dd6c26f42e42ae6324619fe (patch)
tree1a9fae434bb846a943ab5459f757218eec6b34f1 /cairo
parentcf33de27eb5e981d8a1fa76f6a9d72ce7174f10d (diff)
Disable cairo svg surface on windows to avoid problems with missing header
Diffstat (limited to 'cairo')
-rw-r--r--cairo/cairo-1.10.2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/cairo/cairo-1.10.2.patch b/cairo/cairo-1.10.2.patch
index eb0885e66b64..d13c1e4e135e 100644
--- a/cairo/cairo-1.10.2.patch
+++ b/cairo/cairo-1.10.2.patch
@@ -1,3 +1,14 @@
+--- misc/cairo-1.10.2/build/Makefile.win32.features 2010-08-18 09:47:30.000000000 +0200
++++ misc/build/cairo-1.10.2/build/Makefile.win32.features 2011-12-20 09:57:06.428170146 +0100
+@@ -30,7 +30,7 @@
+ CAIRO_HAS_FC_FONT=0
+ CAIRO_HAS_PS_SURFACE=1
+ CAIRO_HAS_PDF_SURFACE=1
+-CAIRO_HAS_SVG_SURFACE=1
++CAIRO_HAS_SVG_SURFACE=0
+ CAIRO_HAS_TEST_SURFACES=0
+ CAIRO_HAS_TEE_SURFACE=0
+ CAIRO_HAS_XML_SURFACE=0
--- misc/cairo-1.10.2/build/Makefile.win32.common 2009-06-14 23:53:24.000000000 +0200
+++ misc/build/cairo-1.10.2/build/Makefile.win32.common 2009-06-14 23:53:24.000000000 +0200
@@ -22,24 +22,26 @@