emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f6a1647: * configure.ac: Lower required cairo versi


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] master f6a1647: * configure.ac: Lower required cairo version to 1.8.0.
Date: Fri, 14 Jun 2019 23:46:56 -0400 (EDT)

branch: master
commit f6a1647a8be9148b8db76aca601773968af7c343
Author: YAMAMOTO Mitsuharu <address@hidden>
Commit: YAMAMOTO Mitsuharu <address@hidden>

    * 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 5c96f42..a2e66c3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]