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/configure | 2 +- Build/source/m4/ChangeLog | 4 ++++ Build/source/m4/kpse-cairo-flags.m4 | 4 ++-- Build/source/texk/web2c/configure | 2 +- Build/source/texk/xdvipdfmx/configure.ac | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Build/source/configure b/Build/source/configure index 38aed69b3f9..90aa9d8f94a 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -20374,7 +20374,7 @@ elif test "x$need_pixman:$with_system_pixman" = xyes:yes; then as_fn_error $? "did not find pixman-0.18 or better" "$LINENO" 5 fi -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/m4/ChangeLog b/Build/source/m4/ChangeLog index 1008ea90a7c..851509c2688 100644 --- a/Build/source/m4/ChangeLog +++ b/Build/source/m4/ChangeLog @@ -1,3 +1,7 @@ +2013-03-01 Peter Breitenlohner + + * kpse-cairo-flags.m4: Require cairo-1.12 or better. + 2013-01-30 Peter Breitenlohner * kpse-common.m4: Enable subdir-objects. diff --git a/Build/source/m4/kpse-cairo-flags.m4 b/Build/source/m4/kpse-cairo-flags.m4 index f957d78a850..86404e9e5dd 100644 --- a/Build/source/m4/kpse-cairo-flags.m4 +++ b/Build/source/m4/kpse-cairo-flags.m4 @@ -1,5 +1,5 @@ # Public macros for the TeX Live (TL) tree. -# Copyright (C) 2012 Peter Breitenlohner +# Copyright (C) 2012, 2013 Peter Breitenlohner # # This file is free software; the copyright holder # gives unlimited permission to copy and/or distribute it, @@ -30,7 +30,7 @@ AC_DEFUN([KPSE_CAIRO_OPTIONS], # ---------------------- AC_DEFUN([KPSE_CAIRO_SYSTEM_FLAGS], [AC_REQUIRE([_KPSE_CHECK_PKG_CONFIG])[]dnl -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/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