diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-02 10:43:55 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-02 10:43:55 +0000 |
commit | 51c9a94fd776a8e05918e60d2c29851b936c0b07 (patch) | |
tree | 19542b571c56937b48a923d8fa3160e6ea1bcc24 /Build/source/configure | |
parent | 8d25a8247e23c58faa1e92f1c849587d6b056cb8 (diff) |
Require cairo-1.12 or better
git-svn-id: svn://tug.org/texlive/trunk@29268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 2 |
1 files changed, 1 insertions, 1 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 |