From: Pierre-Luc Beaudoin Date: Wed, 15 Oct 2008 03:14:22 +0000 (-0400) Subject: Cairo 1.4 is enough X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e7189c600e7ed7d7b09085b0b6456719101c3e;p=libchamplain Cairo 1.4 is enough --- 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 ]