]> code.delx.au - gnu-emacs/commitdiff
* INSTALL: Mention SVG image support.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 5 Jun 2014 17:31:41 +0000 (21:31 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 5 Jun 2014 17:31:41 +0000 (21:31 +0400)
ChangeLog
INSTALL

index 52266b07e5322619169f2be37c73d9266ad7bd40..e4819a8a6ae0f7fc5ec1812d9e4cdc625c88208a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
 2014-06-05  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
+       * INSTALL: Mention SVG image support.
 
 2014-06-05  Paul Eggert  <eggert@cs.ucla.edu>
 
diff --git a/INSTALL b/INSTALL
index a0102ea04bab5f5ce8146562f075232e298c3927..94fa6ba653b5305c5e0db22d579edc96b12a87a6 100644 (file)
--- 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.