diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-10-14 23:14:22 -0400 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-10-14 23:14:22 -0400 |
commit | d2e7189c600e7ed7d7b09085b0b6456719101c3e (patch) | |
tree | d3ad996996572a2e4eca0ce68baeff563ce30f55 | |
parent | eada76ce7a0484b5dc80887f10eebd2ff63af77d (diff) | |
download | libchamplain-d2e7189c600e7ed7d7b09085b0b6456719101c3e.tar.gz |
Cairo 1.4 is enough
-rw-r--r-- | configure.ac | 4 |
1 files 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 ] |