emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 305abae: Raise required librsvg version so as to


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] emacs-26 305abae: Raise required librsvg version so as to match the current use
Date: Thu, 11 Jul 2019 20:04:54 -0400 (EDT)

branch: emacs-26
commit 305abae50e8e10471125be6cdf3a7270befea0b0
Author: YAMAMOTO Mitsuharu <address@hidden>
Commit: YAMAMOTO Mitsuharu <address@hidden>

    Raise required librsvg version so as to match the current use
    
    * configure.ac: Set RSVG_REQUIRED to 2.14.0 as rsvg_handle_get_dimensions
    needs it.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index aead404..a79b322 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2500,7 +2500,7 @@ fi
 HAVE_RSVG=no
 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${opsys}" 
= "mingw32"; then
   if test "${with_rsvg}" != "no"; then
-    RSVG_REQUIRED=2.11.0
+    RSVG_REQUIRED=2.14.0
     RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
 
     EMACS_CHECK_MODULES([RSVG], [$RSVG_MODULE])



reply via email to

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