summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2008-11-01 01:59:07 +1030
committerCarlos Garcia Campos <carlosgc@gnome.org>2008-10-31 19:25:58 +0100
commit5c051aa117477cba5d350adfc539acb4b5f2a56a (patch)
tree5ade78d2b841532e7258ce8859cd88787d5eb69b /configure.ac
parenta3edfa30680864b95a5196c5619846de42980857 (diff)
Require cairo 1.8.2 for user-font support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8b7ebe79..71794ca7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,7 +200,7 @@ if test x$enable_splash_output = xyes; then
AC_DEFINE(HAVE_SPLASH)
fi
-CAIRO_VERSION="1.4"
+CAIRO_VERSION="1.8.2"
AC_SUBST(CAIRO_VERSION)
AC_ARG_ENABLE(cairo-output,
AC_HELP_STRING([--disable-cairo-output],