diff options
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 |