[ekiga/gnome-2-26] [windows] Fix version of cairo build dependency



commit 93cacc04fa94b42bb1184f7d31b09ebb70c881fe
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon Apr 19 02:13:21 2010 +0200

    [windows] Fix version of cairo build dependency
    
    Use older version of cairo for the moment, because the newer depends
    on freetype.

 win32/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 5896212..6c9c402 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -153,7 +153,7 @@ ATK_VER := 1.24.0-1
 ATK_URL := http://ftp.gnome.org/pub/gnome/binaries/win32/atk/1.24
 ATK_ARCHIVE := atk-dev_$(ATK_VER)_win32.zip
 
-CAIRO_VER := 1.8.10-3
+CAIRO_VER := 1.8.6-1
 CAIRO_URL := http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies
 CAIRO_ARCHIVE := cairo-dev_$(CAIRO_VER)_win32.zip
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]