summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-07-19 12:26:01 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-07-19 12:26:01 +0000
commit393579c8a00838e965d62a0b5940224a08428998 (patch)
treeee5b4791f1b6a69cac2c9aaf170cabd452c2526c
parentFix index out of bounds problems. Corrects bug #812003. (diff)
downloadinkscape-393579c8a00838e965d62a0b5940224a08428998.tar.gz
inkscape-393579c8a00838e965d62a0b5940224a08428998.zip
Build depends on Cairo 1.10 or higher
Fixed bugs: - https://launchpad.net/bugs/812816 (bzr r10476)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ecfd9870..cd3c81011 100644
--- a/configure.ac
+++ b/configure.ac
@@ -712,7 +712,7 @@ if test $cc_vers_major -gt 3; then
else
min_sigc_version=2.0.11
fi
-PKG_CHECK_MODULES(INKSCAPE, glib-2.0 >= 2.24 gtk+-2.0 >= 2.20 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= $min_sigc_version $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2 gsl glibmm-2.4 giomm-2.4 gdkmm-2.4 gtkmm-2.4 >= 2.10.0)
+PKG_CHECK_MODULES(INKSCAPE, glib-2.0 >= 2.24 gtk+-2.0 >= 2.20 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo >= 1.10 sigc++-2.0 >= $min_sigc_version $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2 gsl glibmm-2.4 giomm-2.4 gdkmm-2.4 gtkmm-2.4 >= 2.10.0)
# Check for GTK+ backend target
AC_MSG_CHECKING([for GTK+ backend target])