From: Dmitry Antipov Date: Thu, 5 Jun 2014 17:31:41 +0000 (+0400) Subject: * INSTALL: Mention SVG image support. X-Git-Tag: emacs-25.0.90~2639^2~106 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/04ee0de0d1fdb35b28cc187546df2ff7f96a6155 * INSTALL: Mention SVG image support. --- diff --git a/ChangeLog b/ChangeLog index 52266b07e5..e4819a8a6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ 2014-06-05 Dmitry Antipov * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM. + * INSTALL: Mention SVG image support. 2014-06-05 Paul Eggert diff --git a/INSTALL b/INSTALL index a0102ea04b..94fa6ba653 100644 --- a/INSTALL +++ b/INSTALL @@ -169,6 +169,7 @@ X11 is being used. X libjpeg for JPEG: http://www.ijg.org/ X libtiff for TIFF: http://www.remotesensing.org/libtiff/ X libgif for GIF: http://sourceforge.net/projects/giflib/ + librsvg2 for SVG: http://wiki.gnome.org/action/show/Projects/LibRsvg If you supply the appropriate --without-LIB option, 'configure' will omit the corresponding library from Emacs, even if that makes for a @@ -293,6 +294,7 @@ or more of these options: --without-tiff for TIFF image support --without-gif for GIF image support --without-png for PNG image support + --without-rsvg for SVG image support Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars.