From d2e7189c600e7ed7d7b09085b0b6456719101c3e Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Tue, 14 Oct 2008 23:14:22 -0400 Subject: [PATCH] Cairo 1.4 is enough --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7b9c54f..b48b38c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(libchamplain, 0.2.2, pierre-luc@pierlux.com) +AC_INIT(libchamplain, 0.2.3, pierre-luc@pierlux.com) AC_CONFIG_SRCDIR([champlain/champlainview.h]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR(m4) @@ -30,7 +30,7 @@ PKG_CHECK_MODULES(DEPS, gdk-2.0 >= 2.10, clutter-0.8 >= 0.8, clutter-cairo-0.8 >= 0.8, - cairo >= 1.6, + cairo >= 1.4, libsoup-2.4 >= 2.4.1, gio-2.0 >= 2.16 ] -- 2.39.5