From 51c9a94fd776a8e05918e60d2c29851b936c0b07 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 2 Mar 2013 10:43:55 +0000 Subject: Require cairo-1.12 or better git-svn-id: svn://tug.org/texlive/trunk@29268 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/configure | 2 +- Build/source/texk/xdvipdfmx/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 99671330817..bbb361202e6 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -23014,7 +23014,7 @@ if test "${with_system_cairo+set}" = set; then : withval=$with_system_cairo; fi if test "x$with_system_cairo" = xyes; then - if $PKG_CONFIG cairo --atleast-version=1.10; then + if $PKG_CONFIG cairo --atleast-version=1.12; then CAIRO_INCLUDES=`$PKG_CONFIG cairo --cflags` CAIRO_LIBS=`$PKG_CONFIG cairo --libs` elif test "x$need_cairo:$with_system_cairo" = xyes:yes; then diff --git a/Build/source/texk/xdvipdfmx/configure.ac b/Build/source/texk/xdvipdfmx/configure.ac index a94416c2c05..1ea8be4bb78 100644 --- a/Build/source/texk/xdvipdfmx/configure.ac +++ b/Build/source/texk/xdvipdfmx/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009-2012 Peter Breitenlohner +dnl Copyright (C) 2009-2013 Peter Breitenlohner dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, -- cgit v1.2.3