From f6a1647a8be9148b8db76aca601773968af7c343 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 15 Jun 2019 12:46:30 +0900 Subject: [PATCH] * configure.ac: Lower required cairo version to 1.8.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5c96f4231ee..a2e66c3f495 100644 --- a/configure.ac +++ b/configure.ac @@ -3316,7 +3316,7 @@ fi HAVE_CAIRO=no if test "${HAVE_X11}" = "yes"; then if test "${with_cairo}" != "no"; then - CAIRO_REQUIRED=1.12.0 + CAIRO_REQUIRED=1.8.0 CAIRO_MODULE="cairo >= $CAIRO_REQUIRED" EMACS_CHECK_MODULES(CAIRO, $CAIRO_MODULE) if test $HAVE_CAIRO = yes; then -- 2.39.5