From e93e27cd6ed2c48c86c7a1c22de42a81be46c5ac Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 27 Dec 2014 09:58:51 +0000 Subject: [PATCH] bump pygobject version check now asks for >=3.12 since we seem to fail on 3.10 see https://github.com/jcupitt/libvips/issues/199 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0d8e1c48..5ff1de2b 100644 --- a/configure.ac +++ b/configure.ac @@ -677,7 +677,7 @@ AC_ARG_ENABLE([pyvips8], [install vips8 Python overrides (default: install)])) if test x"$enable_pyvips8" != "xno"; then - PKG_CHECK_MODULES(PYGOBJECT, [pygobject-3.0 >= 3.1.0], + PKG_CHECK_MODULES(PYGOBJECT, [pygobject-3.0 >= 3.12.0], [pyoverridesdir="\$(pyexecdir)/gi/overrides" AC_SUBST(pyoverridesdir) ], @@ -887,7 +887,7 @@ install docs: $enable_docs gobject introspection: $found_introspection build vips7 Python binding: $with_python install vips8 Python overrides: $enable_pyvips8 - (requires pygobject-3.1.0 or later) + (requires pygobject-3.12.0 or later) * optional dependencies use fftw3 for FFT: $with_fftw