From c0cf6146343e852d3ebbca79e701d53bcddaa2d5 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Tue, 28 Jul 2009 11:58:34 +0100 Subject: [PATCH] [build/mingw] Update Cairo version to 1.8.6 in mingw-cross-compile.sh The Pango 1.22 binaries require Cairo 1.8.0 to get cairo_show_text_glyphs. --- build/mingw/mingw-cross-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mingw/mingw-cross-compile.sh b/build/mingw/mingw-cross-compile.sh index 91d0bd10d..30fe39861 100755 --- a/build/mingw/mingw-cross-compile.sh +++ b/build/mingw/mingw-cross-compile.sh @@ -15,7 +15,7 @@ TOR_BINARIES=( \ TOR_DEP_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies"; TOR_DEPS=( \ - cairo-{dev-,}1.6.4-2.zip \ + cairo{-dev,}_1.8.6-1_win32.zip \ gettext-runtime-{dev-,}0.17-1.zip \ fontconfig-{dev-,}2.4.2-tml-20071015.zip \ freetype-{dev-,}2.3.6.zip \