From: YAMAMOTO Mitsuharu Date: Sat, 15 Jun 2019 03:46:30 +0000 (+0900) Subject: * configure.ac: Lower required cairo version to 1.8.0. X-Git-Tag: emacs-27.0.90~2526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6a1647a8be9148b8db76aca601773968af7c343;p=emacs.git * configure.ac: Lower required cairo version to 1.8.0. --- 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